Html Css Color HEX #5990DB Cornflower Blue

📋 copy color: '#5990DB'

red 89 ◦ green 144 ◦ blue 219

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

Shades of Cornflower Blue #5990DB

Tints of Cornflower Blue #5990DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 19.69%
G = 31.86%
B = 48.45%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5990DB (or 0x5990DB) is known color: Cornflower Blue. HEX triplet: 59, 90 and DB. RGB value is (89,144,219). Sum of RGB (Red+Green+Blue) = 89+144+219=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5990DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990DB is #A66F24. Grayscale: #878787. Windows color (decimal): -10907429 or 14389337. OLE color: 14389337.

HSL color Cylindrical-coordinate representation of color #5990DB: hue angle of 214.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5990DB is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 144 219 -
CMYK 0.59 0.34 0 0.14
HSL 214.62º 0.64% 0.6% -
HSV(B) 214.62º 0.59% 0.86% -
XYZ 26.88 27.18 70.85 -
YUV 136.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 89 144 219 0.59 0.34 0 0.14 214.62 0.64 0.6
Hex 59 90 DB 3B 22 0 E D7 40 3C
Octal 131 220 333 73 42 0 16 327 100 74
Binary 1011001 10010000 11011011 111011 100010 0 1110 11010111 1000000 111100

Color Harmonies of #5990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990DB

Black with #5990DB

Text Example


Text Example

White with #5990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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