Html Css Color HEX #5990DD Cornflower Blue

📋 copy color: '#5990DD'

red 89 ◦ green 144 ◦ blue 221

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

Shades of Cornflower Blue #5990DD

Tints of Cornflower Blue #5990DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 19.6%
G = 31.72%
B = 48.68%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5990DD (or 0x5990DD) is known color: Cornflower Blue. HEX triplet: 59, 90 and DD. RGB value is (89,144,221). Sum of RGB (Red+Green+Blue) = 89+144+221=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #5990DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990DD is #A66F22. Grayscale: #878787. Windows color (decimal): -10907427 or 14520409. OLE color: 14520409.

HSL color Cylindrical-coordinate representation of color #5990DD: hue angle of 215º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5990DD is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 144 221 -
CMYK 0.60 0.35 0 0.13
HSL 215º 0.66% 0.61% -
HSV(B) 215º 0.6% 0.87% -
XYZ 27.14 27.29 72.24 -
YUV 136.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 89 144 221 0.60 0.35 0 0.13 215 0.66 0.61
Hex 59 90 DD 3C 23 0 D D7 42 3D
Octal 131 220 335 74 43 0 15 327 102 75
Binary 1011001 10010000 11011101 111100 100011 0 1101 11010111 1000010 111101

Color Harmonies of #5990DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990DD

Black with #5990DD

Text Example


Text Example

White with #5990DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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