Html Css Color HEX #5985EC Cornflower Blue

📋 copy color: '#5985EC'

red 89 ◦ green 133 ◦ blue 236

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

Shades of Cornflower Blue #5985EC

Tints of Cornflower Blue #5985EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 19.43%
G = 29.04%
B = 51.53%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5985EC (or 0x5985EC) is known color: Cornflower Blue. HEX triplet: 59, 85 and EC. RGB value is (89,133,236). Sum of RGB (Red+Green+Blue) = 89+133+236=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #5985EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985EC is #A67A13. Grayscale: #838383. Windows color (decimal): -10910228 or 15500633. OLE color: 15500633.

HSL color Cylindrical-coordinate representation of color #5985EC: hue angle of 222.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5985EC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 133 236 -
CMYK 0.62 0.44 0 0.07
HSL 222.04º 0.79% 0.64% -
HSV(B) 222.04º 0.62% 0.93% -
XYZ 27.65 24.96 82.72 -
YUV 131.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 89 133 236 0.62 0.44 0 0.07 222.04 0.79 0.64
Hex 59 85 EC 3E 2C 0 7 DE 4F 40
Octal 131 205 354 76 54 0 7 336 117 100
Binary 1011001 10000101 11101100 111110 101100 0 111 11011110 1001111 1000000

Color Harmonies of #5985EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5985EC

Black with #5985EC

Text Example


Text Example

White with #5985EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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