Html Css Color HEX #408EEE Cornflower Blue

📋 copy color: '#408EEE'

red 64 ◦ green 142 ◦ blue 238

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

Shades of Cornflower Blue #408EEE

Tints of Cornflower Blue #408EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 14.41%
G = 31.98%
B = 53.6%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#408EEE (or 0x408EEE) is known color: Cornflower Blue. HEX triplet: 40, 8E and EE. RGB value is (64,142,238). Sum of RGB (Red+Green+Blue) = 64+142+238=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #408EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EEE is #BF7111. Grayscale: #818181. Windows color (decimal): -12546322 or 15633984. OLE color: 15633984.

HSL color Cylindrical-coordinate representation of color #408EEE: hue angle of 213.1º degrees, saturation: 0.84, 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 #408EEE is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 142 238 -
CMYK 0.73 0.40 0 0.07
HSL 213.1º 0.84% 0.59% -
HSV(B) 213.1º 0.73% 0.93% -
XYZ 27.22 26.61 84.59 -
YUV 129.62 189.16 81.19 -
System Red Green Blue C M Y K H S L
Decimal 64 142 238 0.73 0.40 0 0.07 213.1 0.84 0.59
Hex 40 8E EE 49 28 0 7 D5 54 3B
Octal 100 216 356 111 50 0 7 325 124 73
Binary 1000000 10001110 11101110 1001001 101000 0 111 11010101 1010100 111011

Color Harmonies of #408EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EEE

Black with #408EEE

Text Example


Text Example

White with #408EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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