Shades of Cornflower Blue #5192EA
Tints of Cornflower Blue #5192EA
RGB
CMYK
RGB Variations
Color information
#5192EA (or 0x5192EA) is known color: Cornflower Blue. HEX triplet: 51, 92 and EA. RGB value is (81,146,234). Sum of RGB (Red+Green+Blue) = 81+146+234=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #5192EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192EA is #AE6D15. Grayscale: #888888. Windows color (decimal): -11431190 or 15372881. OLE color: 15372881.
HSL color Cylindrical-coordinate representation of color #5192EA: hue angle of 214.51º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5192EA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 146 | 234 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.08 |
| HSL | 214.51º | 0.78% | 0.62% | - |
| HSV(B) | 214.51º | 0.65% | 0.92% | - |
| XYZ | 28.52 | 28.25 | 81.79 | - |
| YUV | 136.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 234 | 0.65 | 0.38 | 0 | 0.08 | 214.51 | 0.78 | 0.62 |
| Hex | 51 | 92 | EA | 41 | 26 | 0 | 8 | D7 | 4E | 3E |
| Octal | 121 | 222 | 352 | 101 | 46 | 0 | 10 | 327 | 116 | 76 |
| Binary | 1010001 | 10010010 | 11101010 | 1000001 | 100110 | 0 | 1000 | 11010111 | 1001110 | 111110 |
Color Harmonies of #5192EA
Complementary color
Monochromatic Colors of #5192EA
Black with #5192EA
Text Example
Text Example
White with #5192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192EA; }
p { color: rgb(81,146,234); }
H1.HeaderClassName
{
color: #5192EA;
}
.AnyTagClassName
{
color: #5192EA;
}
</style>
background-color css
<style>
a { background-color: #5192EA; }
a { background-color: rgb(81,146,234); }
div.DivClassName
{
background-color: #5192EA;
}
.BgClassName
{
background-color: #5192EA;
}
</style>
border-color css
<style>
span { border-color: #5192EA; }
span { border-color: rgb(81,146,234); }
td.TdClassName
{
border-color: #5192EA;
}
.TagClassName
{
border-color: #5192EA;
}
</style>