#2420EF

Color #2420EF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2420EF

Tints of Blue #2420EF

Color information

#2420EF (or 0x2420EF) is unknown color: approx Blue. HEX triplet: 24, 20 and EF. RGB value is (36,32,239). Sum of RGB (Red+Green+Blue) = 36+32+239=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #2420EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2420EF is #DBDF10. Grayscale: #373737. Windows color (decimal): -14409489 or 15671332. OLE color: 15671332.

HSL color Cylindrical-coordinate representation of color #2420EF: hue angle of 241.16º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2420EF is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3632239-
CMYK0.850.8700.06
HSL241.16º86.61%53.14%-
HSV(B)241.16º86.61%93.73%-
XYZ16.827.6482.25-
YUV56.79230.83113.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 239 (93.75% from 255) = 77.85%
R=11.73%
G=10.42%
B=77.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal36322390.850.8700.06241.1686.6153.14
Hex2420EF555706f15735
Octal44403571251270636112765
Binary10010010000011101111101010110101110110111100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2420EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2420EF; }

 p { color: rgb(36,32,239); }

 H1.HeaderClassName
 {
   color: #2420EF;
 }
 .AnyTagClassName
 {
   color: #2420EF;
 }
</style>
background-color css

<style>
 a { background-color: #2420EF; }

 a { background-color: rgb(36,32,239); }

 div.DivClassName
 {
   background-color: #2420EF;
 }
 .BgClassName
 {
   background-color: #2420EF;
 }
</style>
border-color css

<style>
 span { border-color: #2420EF; }

 span { border-color: rgb(36,32,239); }

 td.TdClassName
 {
   border-color: #2420EF;
 }
 .TagClassName
 {
   border-color: #2420EF;
 }
</style>