Html Css Color HEX #408EEB Cornflower Blue

📋 copy color: '#408EEB'

red 64 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #408EEB

Tints of Cornflower Blue #408EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 14.51%
G = 32.2%
B = 53.29%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#408EEB (or 0x408EEB) is known color: Cornflower Blue. HEX triplet: 40, 8E and EB. RGB value is (64,142,235). Sum of RGB (Red+Green+Blue) = 64+142+235=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #408EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EEB is #BF7114. Grayscale: #808080. Windows color (decimal): -12546325 or 15437376. OLE color: 15437376.

HSL color Cylindrical-coordinate representation of color #408EEB: hue angle of 212.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408EEB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 142 235 -
CMYK 0.73 0.40 0 0.08
HSL 212.63º 0.81% 0.59% -
HSV(B) 212.63º 0.73% 0.92% -
XYZ 26.78 26.43 82.29 -
YUV 129.28 187.66 81.44 -
System Red Green Blue C M Y K H S L
Decimal 64 142 235 0.73 0.40 0 0.08 212.63 0.81 0.59
Hex 40 8E EB 49 28 0 8 D5 51 3B
Octal 100 216 353 111 50 0 10 325 121 73
Binary 1000000 10001110 11101011 1001001 101000 0 1000 11010101 1010001 111011

Color Harmonies of #408EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EEB

Black with #408EEB

Text Example


Text Example

White with #408EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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