Html Css Color HEX #408EE7 Cornflower Blue

📋 copy color: '#408EE7'

red 64 ◦ green 142 ◦ blue 231

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

Shades of Cornflower Blue #408EE7

Tints of Cornflower Blue #408EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 14.65%
G = 32.49%
B = 52.86%

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

#408EE7 (or 0x408EE7) is known color: Cornflower Blue. HEX triplet: 40, 8E and E7. RGB value is (64,142,231). Sum of RGB (Red+Green+Blue) = 64+142+231=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #408EE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EE7 is #BF7118. Grayscale: #808080. Windows color (decimal): -12546329 or 15175232. OLE color: 15175232.

HSL color Cylindrical-coordinate representation of color #408EE7: hue angle of 211.98º degrees, saturation: 0.78, 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 #408EE7 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 142 231 -
CMYK 0.72 0.39 0 0.09
HSL 211.98º 0.78% 0.58% -
HSV(B) 211.98º 0.72% 0.91% -
XYZ 26.21 26.21 79.28 -
YUV 128.82 185.66 81.76 -
System Red Green Blue C M Y K H S L
Decimal 64 142 231 0.72 0.39 0 0.09 211.98 0.78 0.58
Hex 40 8E E7 48 27 0 9 D4 4E 3A
Octal 100 216 347 110 47 0 11 324 116 72
Binary 1000000 10001110 11100111 1001000 100111 0 1001 11010100 1001110 111010

Color Harmonies of #408EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EE7

Black with #408EE7

Text Example


Text Example

White with #408EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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