Html Css Color HEX #408CEA Cornflower Blue

📋 copy color: '#408CEA'

red 64 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #408CEA

Tints of Cornflower Blue #408CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 14.61%
G = 31.96%
B = 53.42%

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

#408CEA (or 0x408CEA) is known color: Cornflower Blue. HEX triplet: 40, 8C and EA. RGB value is (64,140,234). Sum of RGB (Red+Green+Blue) = 64+140+234=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #408CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CEA is #BF7315. Grayscale: #7F7F7F. Windows color (decimal): -12546838 or 15371328. OLE color: 15371328.

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

Color convert

RGB 64 140 234 -
CMYK 0.73 0.40 0 0.08
HSL 213.18º 0.8% 0.58% -
HSV(B) 213.18º 0.73% 0.92% -
XYZ 26.34 25.79 81.43 -
YUV 127.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 64 140 234 0.73 0.40 0 0.08 213.18 0.8 0.58
Hex 40 8C EA 49 28 0 8 D5 50 3A
Octal 100 214 352 111 50 0 10 325 120 72
Binary 1000000 10001100 11101010 1001001 101000 0 1000 11010101 1010000 111010

Color Harmonies of #408CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CEA

Black with #408CEA

Text Example


Text Example

White with #408CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,234); }

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

background-color css

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

 a { background-color: rgb(64,140,234); }

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

border-color css

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

 span { border-color: rgb(64,140,234); }

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