Html Css Color HEX #5985FF Cornflower Blue

📋 copy color: '#5985FF'

red 89 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #5985FF

Tints of Cornflower Blue #5985FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 18.66%
G = 27.88%
B = 53.46%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5985FF (or 0x5985FF) is known color: Cornflower Blue. HEX triplet: 59, 85 and FF. RGB value is (89,133,255). Sum of RGB (Red+Green+Blue) = 89+133+255=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #5985FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985FF is #A67A00. Grayscale: #858585. Windows color (decimal): -10910209 or 16745817. OLE color: 16745817.

HSL color Cylindrical-coordinate representation of color #5985FF: hue angle of 224.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5985FF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 133 255 -
CMYK 0.65 0.48 0 0
HSL 224.1º 1% 0.67% -
HSV(B) 224.1º 0.65% 1% -
XYZ 30.56 26.12 98.04 -
YUV 133.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 89 133 255 0.65 0.48 0 0 224.1 1 0.67
Hex 59 85 FF 41 30 0 0 E0 64 43
Octal 131 205 377 101 60 0 0 340 144 103
Binary 1011001 10000101 11111111 1000001 110000 0 0 11100000 1100100 1000011

Color Harmonies of #5985FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5985FF

Black with #5985FF

Text Example


Text Example

White with #5985FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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