#2024EF

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

Shades of Blue #2024EF

Tints of Blue #2024EF

Color information

#2024EF (or 0x2024EF) is unknown color: approx Blue. HEX triplet: 20, 24 and EF. RGB value is (32,36,239). Sum of RGB (Red+Green+Blue) = 32+36+239=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 36 (14.45% from 255 or 11.73% 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 #2024EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2024EF is #DFDB10. Grayscale: #393939. Windows color (decimal): -14670609 or 15672352. OLE color: 15672352.

HSL color Cylindrical-coordinate representation of color #2024EF: hue angle of 238.84º 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 #2024EF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3236239-
CMYK0.870.8500.06
HSL238.84º86.61%53.14%-
HSV(B)238.84º86.61%93.73%-
XYZ16.817.882.28-
YUV57.95230.17109.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32362390.870.8500.06238.8486.6153.14
Hex2024EF575506ef5735
Octal40443571271250635712765
Binary10000010010011101111101011110101010110111011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2024EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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