Html Css Color HEX #5989DC Cornflower Blue

📋 copy color: '#5989DC'

red 89 ◦ green 137 ◦ blue 220

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

Shades of Cornflower Blue #5989DC

Tints of Cornflower Blue #5989DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 19.96%
G = 30.72%
B = 49.33%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5989DC (or 0x5989DC) is known color: Cornflower Blue. HEX triplet: 59, 89 and DC. RGB value is (89,137,220). Sum of RGB (Red+Green+Blue) = 89+137+220=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #5989DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989DC is #A67623. Grayscale: #838383. Windows color (decimal): -10909220 or 14453081. OLE color: 14453081.

HSL color Cylindrical-coordinate representation of color #5989DC: hue angle of 218.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5989DC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 137 220 -
CMYK 0.60 0.38 0 0.14
HSL 218.02º 0.65% 0.61% -
HSV(B) 218.02º 0.6% 0.86% -
XYZ 25.98 25.18 71.2 -
YUV 132.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 89 137 220 0.60 0.38 0 0.14 218.02 0.65 0.61
Hex 59 89 DC 3C 26 0 E DA 41 3D
Octal 131 211 334 74 46 0 16 332 101 75
Binary 1011001 10001001 11011100 111100 100110 0 1110 11011010 1000001 111101

Color Harmonies of #5989DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5989DC

Black with #5989DC

Text Example


Text Example

White with #5989DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5989DC; }

 p { color: rgb(89,137,220); }

 H1.HeaderClassName
 {
   color: #5989DC;
 }
 .AnyTagClassName
 {
   color: #5989DC;
 }
</style>

background-color css

<style>
 a { background-color: #5989DC; }

 a { background-color: rgb(89,137,220); }

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

border-color css

<style>
 span { border-color: #5989DC; }

 span { border-color: rgb(89,137,220); }

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