Html Css Color HEX #408CEC Cornflower Blue

📋 copy color: '#408CEC'

red 64 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #408CEC

Tints of Cornflower Blue #408CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 14.55%
G = 31.82%
B = 53.64%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#408CEC (or 0x408CEC) is known color: Cornflower Blue. HEX triplet: 40, 8C and EC. RGB value is (64,140,236). Sum of RGB (Red+Green+Blue) = 64+140+236=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #408CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CEC is #BF7313. Grayscale: #7F7F7F. Windows color (decimal): -12546836 or 15502400. OLE color: 15502400.

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

Color convert

RGB 64 140 236 -
CMYK 0.73 0.41 0 0.07
HSL 213.49º 0.82% 0.59% -
HSV(B) 213.49º 0.73% 0.93% -
XYZ 26.63 25.9 82.95 -
YUV 128.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 64 140 236 0.73 0.41 0 0.07 213.49 0.82 0.59
Hex 40 8C EC 49 29 0 7 D5 52 3B
Octal 100 214 354 111 51 0 7 325 122 73
Binary 1000000 10001100 11101100 1001001 101001 0 111 11010101 1010010 111011

Color Harmonies of #408CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CEC

Black with #408CEC

Text Example


Text Example

White with #408CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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