Html Css Color HEX #408BEC Cornflower Blue

📋 copy color: '#408BEC'

red 64 ◦ green 139 ◦ blue 236

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

Shades of Cornflower Blue #408BEC

Tints of Cornflower Blue #408BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

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

R = 14.58%
G = 31.66%
B = 53.76%

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

#408BEC (or 0x408BEC) is known color: Cornflower Blue. HEX triplet: 40, 8B and EC. RGB value is (64,139,236). Sum of RGB (Red+Green+Blue) = 64+139+236=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #408BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BEC is #BF7413. Grayscale: #7F7F7F. Windows color (decimal): -12547092 or 15502144. OLE color: 15502144.

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

Color convert

RGB 64 139 236 -
CMYK 0.73 0.41 0 0.07
HSL 213.84º 0.82% 0.59% -
HSV(B) 213.84º 0.73% 0.93% -
XYZ 26.49 25.61 82.9 -
YUV 127.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 64 139 236 0.73 0.41 0 0.07 213.84 0.82 0.59
Hex 40 8B EC 49 29 0 7 D6 52 3B
Octal 100 213 354 111 51 0 7 326 122 73
Binary 1000000 10001011 11101100 1001001 101001 0 111 11010110 1010010 111011

Color Harmonies of #408BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BEC

Black with #408BEC

Text Example


Text Example

White with #408BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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