Html Css Color HEX #408CEF Cornflower Blue

📋 copy color: '#408CEF'

red 64 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #408CEF

Tints of Cornflower Blue #408CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 14.45%
G = 31.6%
B = 53.95%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#408CEF (or 0x408CEF) is known color: Cornflower Blue. HEX triplet: 40, 8C and EF. RGB value is (64,140,239). Sum of RGB (Red+Green+Blue) = 64+140+239=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #408CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CEF is #BF7310. Grayscale: #808080. Windows color (decimal): -12546833 or 15699008. OLE color: 15699008.

HSL color Cylindrical-coordinate representation of color #408CEF: hue angle of 213.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408CEF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 140 239 -
CMYK 0.73 0.41 0 0.06
HSL 213.94º 0.85% 0.59% -
HSV(B) 213.94º 0.73% 0.94% -
XYZ 27.07 26.08 85.27 -
YUV 128.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 64 140 239 0.73 0.41 0 0.06 213.94 0.85 0.59
Hex 40 8C EF 49 29 0 6 D6 55 3B
Octal 100 214 357 111 51 0 6 326 125 73
Binary 1000000 10001100 11101111 1001001 101001 0 110 11010110 1010101 111011

Color Harmonies of #408CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CEF

Black with #408CEF

Text Example


Text Example

White with #408CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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