Html Css Color HEX #408CEB Cornflower Blue

📋 copy color: '#408CEB'

red 64 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #408CEB

Tints of Cornflower Blue #408CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 14.58%
G = 31.89%
B = 53.53%

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

#408CEB (or 0x408CEB) is known color: Cornflower Blue. HEX triplet: 40, 8C and EB. RGB value is (64,140,235). Sum of RGB (Red+Green+Blue) = 64+140+235=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #408CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CEB is #BF7314. Grayscale: #7F7F7F. Windows color (decimal): -12546837 or 15436864. OLE color: 15436864.

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

Color convert

RGB 64 140 235 -
CMYK 0.73 0.40 0 0.08
HSL 213.33º 0.81% 0.59% -
HSV(B) 213.33º 0.73% 0.92% -
XYZ 26.49 25.84 82.19 -
YUV 128.11 188.32 82.28 -
System Red Green Blue C M Y K H S L
Decimal 64 140 235 0.73 0.40 0 0.08 213.33 0.81 0.59
Hex 40 8C EB 49 28 0 8 D5 51 3B
Octal 100 214 353 111 50 0 10 325 121 73
Binary 1000000 10001100 11101011 1001001 101000 0 1000 11010101 1010001 111011

Color Harmonies of #408CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CEB

Black with #408CEB

Text Example


Text Example

White with #408CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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