Shades of Cornflower Blue #5197FF
Tints of Cornflower Blue #5197FF
RGB
CMYK
RGB Variations
Color information
#5197FF (or 0x5197FF) is known color: Cornflower Blue. HEX triplet: 51, 97 and FF. RGB value is (81,151,255). Sum of RGB (Red+Green+Blue) = 81+151+255=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #5197FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5197FF is #AE6800. Grayscale: #8D8D8D. Windows color (decimal): -11429889 or 16750417. OLE color: 16750417.
HSL color Cylindrical-coordinate representation of color #5197FF: hue angle of 215.86º 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 #5197FF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 151 | 255 | - |
| CMYK | 0.68 | 0.41 | 0 | 0 |
| HSL | 215.86º | 1% | 0.66% | - |
| HSV(B) | 215.86º | 0.68% | 1% | - |
| XYZ | 32.51 | 31.1 | 98.9 | - |
| YUV | 141.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 255 | 0.68 | 0.41 | 0 | 0 | 215.86 | 1 | 0.66 |
| Hex | 51 | 97 | FF | 44 | 29 | 0 | 0 | D8 | 64 | 42 |
| Octal | 121 | 227 | 377 | 104 | 51 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010001 | 10010111 | 11111111 | 1000100 | 101001 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5197FF
Complementary color
Monochromatic Colors of #5197FF
Black with #5197FF
Text Example
Text Example
White with #5197FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5197FF; }
p { color: rgb(81,151,255); }
H1.HeaderClassName
{
color: #5197FF;
}
.AnyTagClassName
{
color: #5197FF;
}
</style>
background-color css
<style>
a { background-color: #5197FF; }
a { background-color: rgb(81,151,255); }
div.DivClassName
{
background-color: #5197FF;
}
.BgClassName
{
background-color: #5197FF;
}
</style>
border-color css
<style>
span { border-color: #5197FF; }
span { border-color: rgb(81,151,255); }
td.TdClassName
{
border-color: #5197FF;
}
.TagClassName
{
border-color: #5197FF;
}
</style>