Html Css Color HEX #5990E2 Cornflower Blue

📋 copy color: '#5990E2'

red 89 ◦ green 144 ◦ blue 226

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

Shades of Cornflower Blue #5990E2

Tints of Cornflower Blue #5990E2

RGB

 RED value IS 89 (35.16% from 255) = 19.39%

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 19.39%
G = 31.37%
B = 49.24%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5990E2 (or 0x5990E2) is known color: Cornflower Blue. HEX triplet: 59, 90 and E2. RGB value is (89,144,226). Sum of RGB (Red+Green+Blue) = 89+144+226=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #5990E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990E2 is #A66F1D. Grayscale: #888888. Windows color (decimal): -10907422 or 14848089. OLE color: 14848089.

HSL color Cylindrical-coordinate representation of color #5990E2: hue angle of 215.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5990E2 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 144 226 -
CMYK 0.61 0.36 0 0.11
HSL 215.91º 0.7% 0.62% -
HSV(B) 215.91º 0.61% 0.89% -
XYZ 27.82 27.56 75.81 -
YUV 136.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 89 144 226 0.61 0.36 0 0.11 215.91 0.7 0.62
Hex 59 90 E2 3D 24 0 B D8 46 3E
Octal 131 220 342 75 44 0 13 330 106 76
Binary 1011001 10010000 11100010 111101 100100 0 1011 11011000 1000110 111110

Color Harmonies of #5990E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990E2

Black with #5990E2

Text Example


Text Example

White with #5990E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5990E2; }

 p { color: rgb(89,144,226); }

 H1.HeaderClassName
 {
   color: #5990E2;
 }
 .AnyTagClassName
 {
   color: #5990E2;
 }
</style>

background-color css

<style>
 a { background-color: #5990E2; }

 a { background-color: rgb(89,144,226); }

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

border-color css

<style>
 span { border-color: #5990E2; }

 span { border-color: rgb(89,144,226); }

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