Shades of Cornflower Blue #5199FF
Tints of Cornflower Blue #5199FF
RGB
CMYK
RGB Variations
Color information
#5199FF (or 0x5199FF) is known color: Cornflower Blue. HEX triplet: 51, 99 and FF. RGB value is (81,153,255). Sum of RGB (Red+Green+Blue) = 81+153+255=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5199FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5199FF is #AE6600. Grayscale: #8E8E8E. Windows color (decimal): -11429377 or 16750929. OLE color: 16750929.
HSL color Cylindrical-coordinate representation of color #5199FF: hue angle of 215.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5199FF is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 153 | 255 | - |
| CMYK | 0.68 | 0.4 | 0 | 0 |
| HSL | 215.17º | 1% | 0.66% | - |
| HSV(B) | 215.17º | 0.68% | 1% | - |
| XYZ | 32.83 | 31.75 | 99.01 | - |
| YUV | 143.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 255 | 0.68 | 0.4 | 0 | 0 | 215.17 | 1 | 0.66 |
| Hex | 51 | 99 | FF | 44 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 121 | 231 | 377 | 104 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010001 | 10011001 | 11111111 | 1000100 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #5199FF
Complementary color
Monochromatic Colors of #5199FF
Black with #5199FF
Text Example
Text Example
White with #5199FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199FF; }
p { color: rgb(81,153,255); }
H1.HeaderClassName
{
color: #5199FF;
}
.AnyTagClassName
{
color: #5199FF;
}
</style>
background-color css
<style>
a { background-color: #5199FF; }
a { background-color: rgb(81,153,255); }
div.DivClassName
{
background-color: #5199FF;
}
.BgClassName
{
background-color: #5199FF;
}
</style>
border-color css
<style>
span { border-color: #5199FF; }
span { border-color: rgb(81,153,255); }
td.TdClassName
{
border-color: #5199FF;
}
.TagClassName
{
border-color: #5199FF;
}
</style>