Shades of Cornflower Blue #5986FB
Tints of Cornflower Blue #5986FB
RGB
CMYK
RGB Variations
Color information
#5986FB (or 0x5986FB) is known color: Cornflower Blue. HEX triplet: 59, 86 and FB. RGB value is (89,134,251). Sum of RGB (Red+Green+Blue) = 89+134+251=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #5986FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986FB is #A67904. Grayscale: #858585. Windows color (decimal): -10909957 or 16483929. OLE color: 16483929.
HSL color Cylindrical-coordinate representation of color #5986FB: hue angle of 223.33º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5986FB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 134 | 251 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.02 |
| HSL | 223.33º | 0.95% | 0.67% | - |
| HSV(B) | 223.33º | 0.65% | 0.98% | - |
| XYZ | 30.06 | 26.14 | 94.73 | - |
| YUV | 133.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 251 | 0.65 | 0.47 | 0 | 0.02 | 223.33 | 0.95 | 0.67 |
| Hex | 59 | 86 | FB | 41 | 2F | 0 | 2 | DF | 5F | 43 |
| Octal | 131 | 206 | 373 | 101 | 57 | 0 | 2 | 337 | 137 | 103 |
| Binary | 1011001 | 10000110 | 11111011 | 1000001 | 101111 | 0 | 10 | 11011111 | 1011111 | 1000011 |
Color Harmonies of #5986FB
Complementary color
Monochromatic Colors of #5986FB
Black with #5986FB
Text Example
Text Example
White with #5986FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986FB; }
p { color: rgb(89,134,251); }
H1.HeaderClassName
{
color: #5986FB;
}
.AnyTagClassName
{
color: #5986FB;
}
</style>
background-color css
<style>
a { background-color: #5986FB; }
a { background-color: rgb(89,134,251); }
div.DivClassName
{
background-color: #5986FB;
}
.BgClassName
{
background-color: #5986FB;
}
</style>
border-color css
<style>
span { border-color: #5986FB; }
span { border-color: rgb(89,134,251); }
td.TdClassName
{
border-color: #5986FB;
}
.TagClassName
{
border-color: #5986FB;
}
</style>