Shades of Cornflower Blue #5799FF
Tints of Cornflower Blue #5799FF
RGB
CMYK
RGB Variations
Color information
#5799FF (or 0x5799FF) is known color: Cornflower Blue. HEX triplet: 57, 99 and FF. RGB value is (87,153,255). Sum of RGB (Red+Green+Blue) = 87+153+255=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #5799FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5799FF is #A86600. Grayscale: #909090. Windows color (decimal): -11036161 or 16750935. OLE color: 16750935.
HSL color Cylindrical-coordinate representation of color #5799FF: hue angle of 216.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5799FF is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 153 | 255 | - |
| CMYK | 0.66 | 0.4 | 0 | 0 |
| HSL | 216.43º | 1% | 0.67% | - |
| HSV(B) | 216.43º | 0.66% | 1% | - |
| XYZ | 33.37 | 32.03 | 99.03 | - |
| YUV | 144.89 | 190.13 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 255 | 0.66 | 0.4 | 0 | 0 | 216.43 | 1 | 0.67 |
| Hex | 57 | 99 | FF | 42 | 28 | 0 | 0 | D8 | 64 | 43 |
| Octal | 127 | 231 | 377 | 102 | 50 | 0 | 0 | 330 | 144 | 103 |
| Binary | 1010111 | 10011001 | 11111111 | 1000010 | 101000 | 0 | 0 | 11011000 | 1100100 | 1000011 |
Color Harmonies of #5799FF
Complementary color
Monochromatic Colors of #5799FF
Black with #5799FF
Text Example
Text Example
White with #5799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799FF; }
p { color: rgb(87,153,255); }
H1.HeaderClassName
{
color: #5799FF;
}
.AnyTagClassName
{
color: #5799FF;
}
</style>
background-color css
<style>
a { background-color: #5799FF; }
a { background-color: rgb(87,153,255); }
div.DivClassName
{
background-color: #5799FF;
}
.BgClassName
{
background-color: #5799FF;
}
</style>
border-color css
<style>
span { border-color: #5799FF; }
span { border-color: rgb(87,153,255); }
td.TdClassName
{
border-color: #5799FF;
}
.TagClassName
{
border-color: #5799FF;
}
</style>