Html Css Color HEX #5986F5 Cornflower Blue

📋 copy color: '#5986F5'

red 89 ◦ green 134 ◦ blue 245

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

Shades of Cornflower Blue #5986F5

Tints of Cornflower Blue #5986F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.35%

R = 19.02%
G = 28.63%
B = 52.35%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5986F5 (or 0x5986F5) is known color: Cornflower Blue. HEX triplet: 59, 86 and F5. RGB value is (89,134,245). Sum of RGB (Red+Green+Blue) = 89+134+245=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #5986F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986F5 is #A6790A. Grayscale: #848484. Windows color (decimal): -10909963 or 16090713. OLE color: 16090713.

HSL color Cylindrical-coordinate representation of color #5986F5: hue angle of 222.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5986F5 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 134 245 -
CMYK 0.64 0.45 0 0.04
HSL 222.69º 0.89% 0.65% -
HSV(B) 222.69º 0.64% 0.96% -
XYZ 29.13 25.77 89.82 -
YUV 133.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 89 134 245 0.64 0.45 0 0.04 222.69 0.89 0.65
Hex 59 86 F5 40 2D 0 4 DF 59 41
Octal 131 206 365 100 55 0 4 337 131 101
Binary 1011001 10000110 11110101 1000000 101101 0 100 11011111 1011001 1000001

Color Harmonies of #5986F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986F5

Black with #5986F5

Text Example


Text Example

White with #5986F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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