Shades of Cornflower Blue #5799FD
Tints of Cornflower Blue #5799FD
RGB
CMYK
RGB Variations
Color information
#5799FD (or 0x5799FD) is known color: Cornflower Blue. HEX triplet: 57, 99 and FD. RGB value is (87,153,253). Sum of RGB (Red+Green+Blue) = 87+153+253=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #5799FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5799FD is #A86602. Grayscale: #909090. Windows color (decimal): -11036163 or 16619863. OLE color: 16619863.
HSL color Cylindrical-coordinate representation of color #5799FD: hue angle of 216.14º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5799FD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 153 | 253 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.01 |
| HSL | 216.14º | 0.98% | 0.67% | - |
| HSV(B) | 216.14º | 0.66% | 0.99% | - |
| XYZ | 33.05 | 31.9 | 97.34 | - |
| YUV | 144.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 253 | 0.66 | 0.40 | 0 | 0.01 | 216.14 | 0.98 | 0.67 |
| Hex | 57 | 99 | FD | 42 | 28 | 0 | 1 | D8 | 62 | 43 |
| Octal | 127 | 231 | 375 | 102 | 50 | 0 | 1 | 330 | 142 | 103 |
| Binary | 1010111 | 10011001 | 11111101 | 1000010 | 101000 | 0 | 1 | 11011000 | 1100010 | 1000011 |
Color Harmonies of #5799FD
Complementary color
Monochromatic Colors of #5799FD
Black with #5799FD
Text Example
Text Example
White with #5799FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799FD; }
p { color: rgb(87,153,253); }
H1.HeaderClassName
{
color: #5799FD;
}
.AnyTagClassName
{
color: #5799FD;
}
</style>
background-color css
<style>
a { background-color: #5799FD; }
a { background-color: rgb(87,153,253); }
div.DivClassName
{
background-color: #5799FD;
}
.BgClassName
{
background-color: #5799FD;
}
</style>
border-color css
<style>
span { border-color: #5799FD; }
span { border-color: rgb(87,153,253); }
td.TdClassName
{
border-color: #5799FD;
}
.TagClassName
{
border-color: #5799FD;
}
</style>