Html Css Color HEX #5985DC Cornflower Blue

📋 copy color: '#5985DC'

red 89 ◦ green 133 ◦ blue 220

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

Shades of Cornflower Blue #5985DC

Tints of Cornflower Blue #5985DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 20.14%
G = 30.09%
B = 49.77%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5985DC (or 0x5985DC) is known color: Cornflower Blue. HEX triplet: 59, 85 and DC. RGB value is (89,133,220). Sum of RGB (Red+Green+Blue) = 89+133+220=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #5985DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985DC is #A67A23. Grayscale: #818181. Windows color (decimal): -10910244 or 14452057. OLE color: 14452057.

HSL color Cylindrical-coordinate representation of color #5985DC: hue angle of 219.85º 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 #5985DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 133 220 -
CMYK 0.60 0.40 0 0.14
HSL 219.85º 0.65% 0.61% -
HSV(B) 219.85º 0.6% 0.86% -
XYZ 25.43 24.07 71.02 -
YUV 129.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 89 133 220 0.60 0.40 0 0.14 219.85 0.65 0.61
Hex 59 85 DC 3C 28 0 E DC 41 3D
Octal 131 205 334 74 50 0 16 334 101 75
Binary 1011001 10000101 11011100 111100 101000 0 1110 11011100 1000001 111101

Color Harmonies of #5985DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5985DC

Black with #5985DC

Text Example


Text Example

White with #5985DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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