Shades of Cornflower Blue #5799FC
Tints of Cornflower Blue #5799FC
RGB
CMYK
RGB Variations
Color information
#5799FC (or 0x5799FC) is known color: Cornflower Blue. HEX triplet: 57, 99 and FC. RGB value is (87,153,252). Sum of RGB (Red+Green+Blue) = 87+153+252=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #5799FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5799FC is #A86603. Grayscale: #909090. Windows color (decimal): -11036164 or 16554327. OLE color: 16554327.
HSL color Cylindrical-coordinate representation of color #5799FC: hue angle of 216º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5799FC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 153 | 252 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.01 |
| HSL | 216º | 0.96% | 0.66% | - |
| HSV(B) | 216º | 0.65% | 0.99% | - |
| XYZ | 32.89 | 31.84 | 96.51 | - |
| YUV | 144.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 252 | 0.65 | 0.39 | 0 | 0.01 | 216 | 0.96 | 0.66 |
| Hex | 57 | 99 | FC | 41 | 27 | 0 | 1 | D8 | 60 | 42 |
| Octal | 127 | 231 | 374 | 101 | 47 | 0 | 1 | 330 | 140 | 102 |
| Binary | 1010111 | 10011001 | 11111100 | 1000001 | 100111 | 0 | 1 | 11011000 | 1100000 | 1000010 |
Color Harmonies of #5799FC
Complementary color
Monochromatic Colors of #5799FC
Black with #5799FC
Text Example
Text Example
White with #5799FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799FC; }
p { color: rgb(87,153,252); }
H1.HeaderClassName
{
color: #5799FC;
}
.AnyTagClassName
{
color: #5799FC;
}
</style>
background-color css
<style>
a { background-color: #5799FC; }
a { background-color: rgb(87,153,252); }
div.DivClassName
{
background-color: #5799FC;
}
.BgClassName
{
background-color: #5799FC;
}
</style>
border-color css
<style>
span { border-color: #5799FC; }
span { border-color: rgb(87,153,252); }
td.TdClassName
{
border-color: #5799FC;
}
.TagClassName
{
border-color: #5799FC;
}
</style>