Shades of Cornflower Blue #5985FE
Tints of Cornflower Blue #5985FE
RGB
CMYK
RGB Variations
Color information
#5985FE (or 0x5985FE) is known color: Cornflower Blue. HEX triplet: 59, 85 and FE. RGB value is (89,133,254). Sum of RGB (Red+Green+Blue) = 89+133+254=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #5985FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985FE is #A67A01. Grayscale: #858585. Windows color (decimal): -10910210 or 16680281. OLE color: 16680281.
HSL color Cylindrical-coordinate representation of color #5985FE: hue angle of 224º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5985FE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 133 | 254 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.00 |
| HSL | 224º | 0.99% | 0.67% | - |
| HSV(B) | 224º | 0.65% | 1% | - |
| XYZ | 30.4 | 26.05 | 97.19 | - |
| YUV | 133.64 | 195.92 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 254 | 0.65 | 0.48 | 0 | 0.00 | 224 | 0.99 | 0.67 |
| Hex | 59 | 85 | FE | 41 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 131 | 205 | 376 | 101 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1011001 | 10000101 | 11111110 | 1000001 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5985FE
Complementary color
Monochromatic Colors of #5985FE
Black with #5985FE
Text Example
Text Example
White with #5985FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985FE; }
p { color: rgb(89,133,254); }
H1.HeaderClassName
{
color: #5985FE;
}
.AnyTagClassName
{
color: #5985FE;
}
</style>
background-color css
<style>
a { background-color: #5985FE; }
a { background-color: rgb(89,133,254); }
div.DivClassName
{
background-color: #5985FE;
}
.BgClassName
{
background-color: #5985FE;
}
</style>
border-color css
<style>
span { border-color: #5985FE; }
span { border-color: rgb(89,133,254); }
td.TdClassName
{
border-color: #5985FE;
}
.TagClassName
{
border-color: #5985FE;
}
</style>