Shades of Cornflower Blue #5192FB
Tints of Cornflower Blue #5192FB
RGB
CMYK
RGB Variations
Color information
#5192FB (or 0x5192FB) is known color: Cornflower Blue. HEX triplet: 51, 92 and FB. RGB value is (81,146,251). Sum of RGB (Red+Green+Blue) = 81+146+251=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #5192FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192FB is #AE6D04. Grayscale: #8A8A8A. Windows color (decimal): -11431173 or 16486993. OLE color: 16486993.
HSL color Cylindrical-coordinate representation of color #5192FB: hue angle of 217.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5192FB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 146 | 251 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.02 |
| HSL | 217.06º | 0.96% | 0.65% | - |
| HSV(B) | 217.06º | 0.68% | 0.98% | - |
| XYZ | 31.08 | 29.27 | 95.28 | - |
| YUV | 138.54 | 191.47 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 251 | 0.68 | 0.42 | 0 | 0.02 | 217.06 | 0.96 | 0.65 |
| Hex | 51 | 92 | FB | 44 | 2A | 0 | 2 | D9 | 60 | 41 |
| Octal | 121 | 222 | 373 | 104 | 52 | 0 | 2 | 331 | 140 | 101 |
| Binary | 1010001 | 10010010 | 11111011 | 1000100 | 101010 | 0 | 10 | 11011001 | 1100000 | 1000001 |
Color Harmonies of #5192FB
Complementary color
Monochromatic Colors of #5192FB
Black with #5192FB
Text Example
Text Example
White with #5192FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192FB; }
p { color: rgb(81,146,251); }
H1.HeaderClassName
{
color: #5192FB;
}
.AnyTagClassName
{
color: #5192FB;
}
</style>
background-color css
<style>
a { background-color: #5192FB; }
a { background-color: rgb(81,146,251); }
div.DivClassName
{
background-color: #5192FB;
}
.BgClassName
{
background-color: #5192FB;
}
</style>
border-color css
<style>
span { border-color: #5192FB; }
span { border-color: rgb(81,146,251); }
td.TdClassName
{
border-color: #5192FB;
}
.TagClassName
{
border-color: #5192FB;
}
</style>