Html Css Color HEX #408EE8 Cornflower Blue

📋 copy color: '#408EE8'

red 64 ◦ green 142 ◦ blue 232

#408EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #408EE8

Tints of Cornflower Blue #408EE8

RGB

 RED value IS 64 (25.39% from 255) = 14.61%

 GREEN value IS 142 (55.86% from 255) = 32.42%

 BLUE value IS 232 (91.02% from 255) = 52.97%

R = 14.61%
G = 32.42%
B = 52.97%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#408EE8 (or 0x408EE8) is known color: Cornflower Blue. HEX triplet: 40, 8E and E8. RGB value is (64,142,232). Sum of RGB (Red+Green+Blue) = 64+142+232=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #408EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EE8 is #BF7117. Grayscale: #808080. Windows color (decimal): -12546328 or 15240768. OLE color: 15240768.

HSL color Cylindrical-coordinate representation of color #408EE8: hue angle of 212.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408EE8 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 142 232 -
CMYK 0.72 0.39 0 0.09
HSL 212.14º 0.79% 0.58% -
HSV(B) 212.14º 0.72% 0.91% -
XYZ 26.35 26.26 80.02 -
YUV 128.94 186.16 81.68 -
System Red Green Blue C M Y K H S L
Decimal 64 142 232 0.72 0.39 0 0.09 212.14 0.79 0.58
Hex 40 8E E8 48 27 0 9 D4 4F 3A
Octal 100 216 350 110 47 0 11 324 117 72
Binary 1000000 10001110 11101000 1001000 100111 0 1001 11010100 1001111 111010

Color Harmonies of #408EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EE8

Black with #408EE8

Text Example


Text Example

White with #408EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408EE8; }

 p { color: rgb(64,142,232); }

 H1.HeaderClassName
 {
   color: #408EE8;
 }
 .AnyTagClassName
 {
   color: #408EE8;
 }
</style>

background-color css

<style>
 a { background-color: #408EE8; }

 a { background-color: rgb(64,142,232); }

 div.DivClassName
 {
   background-color: #408EE8;
 }
 .BgClassName
 {
   background-color: #408EE8;
 }
</style>

border-color css

<style>
 span { border-color: #408EE8; }

 span { border-color: rgb(64,142,232); }

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