Html Css Color HEX #5986DD Cornflower Blue

📋 copy color: '#5986DD'

red 89 ◦ green 134 ◦ blue 221

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

Shades of Cornflower Blue #5986DD

Tints of Cornflower Blue #5986DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

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

R = 20.05%
G = 30.18%
B = 49.77%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5986DD (or 0x5986DD) is known color: Cornflower Blue. HEX triplet: 59, 86 and DD. RGB value is (89,134,221). Sum of RGB (Red+Green+Blue) = 89+134+221=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #5986DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986DD is #A67922. Grayscale: #828282. Windows color (decimal): -10909987 or 14517849. OLE color: 14517849.

HSL color Cylindrical-coordinate representation of color #5986DD: hue angle of 219.55º 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 #5986DD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 134 221 -
CMYK 0.60 0.39 0 0.13
HSL 219.55º 0.66% 0.61% -
HSV(B) 219.55º 0.6% 0.87% -
XYZ 25.7 24.39 71.76 -
YUV 130.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 89 134 221 0.60 0.39 0 0.13 219.55 0.66 0.61
Hex 59 86 DD 3C 27 0 D DC 42 3D
Octal 131 206 335 74 47 0 15 334 102 75
Binary 1011001 10000110 11011101 111100 100111 0 1101 11011100 1000010 111101

Color Harmonies of #5986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986DD

Black with #5986DD

Text Example


Text Example

White with #5986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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