Shades of Cornflower Blue #5191FF
Tints of Cornflower Blue #5191FF
RGB
CMYK
RGB Variations
Color information
#5191FF (or 0x5191FF) is known color: Cornflower Blue. HEX triplet: 51, 91 and FF. RGB value is (81,145,255). Sum of RGB (Red+Green+Blue) = 81+145+255=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #5191FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191FF is #AE6E00. Grayscale: #898989. Windows color (decimal): -11431425 or 16748881. OLE color: 16748881.
HSL color Cylindrical-coordinate representation of color #5191FF: hue angle of 217.93º 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 #5191FF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 145 | 255 | - |
| CMYK | 0.68 | 0.43 | 0 | 0 |
| HSL | 217.93º | 1% | 0.66% | - |
| HSV(B) | 217.93º | 0.68% | 1% | - |
| XYZ | 31.57 | 29.22 | 98.58 | - |
| YUV | 138.4 | 193.8 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 255 | 0.68 | 0.43 | 0 | 0 | 217.93 | 1 | 0.66 |
| Hex | 51 | 91 | FF | 44 | 2B | 0 | 0 | DA | 64 | 42 |
| Octal | 121 | 221 | 377 | 104 | 53 | 0 | 0 | 332 | 144 | 102 |
| Binary | 1010001 | 10010001 | 11111111 | 1000100 | 101011 | 0 | 0 | 11011010 | 1100100 | 1000010 |
Color Harmonies of #5191FF
Complementary color
Monochromatic Colors of #5191FF
Black with #5191FF
Text Example
Text Example
White with #5191FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191FF; }
p { color: rgb(81,145,255); }
H1.HeaderClassName
{
color: #5191FF;
}
.AnyTagClassName
{
color: #5191FF;
}
</style>
background-color css
<style>
a { background-color: #5191FF; }
a { background-color: rgb(81,145,255); }
div.DivClassName
{
background-color: #5191FF;
}
.BgClassName
{
background-color: #5191FF;
}
</style>
border-color css
<style>
span { border-color: #5191FF; }
span { border-color: rgb(81,145,255); }
td.TdClassName
{
border-color: #5191FF;
}
.TagClassName
{
border-color: #5191FF;
}
</style>