Shades of Cornflower Blue #5190E9
Tints of Cornflower Blue #5190E9
RGB
CMYK
RGB Variations
Color information
#5190E9 (or 0x5190E9) is known color: Cornflower Blue. HEX triplet: 51, 90 and E9. RGB value is (81,144,233). Sum of RGB (Red+Green+Blue) = 81+144+233=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #5190E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190E9 is #AE6F16. Grayscale: #868686. Windows color (decimal): -11431703 or 15306833. OLE color: 15306833.
HSL color Cylindrical-coordinate representation of color #5190E9: hue angle of 215.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5190E9 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 144 | 233 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.09 |
| HSL | 215.13º | 0.78% | 0.62% | - |
| HSV(B) | 215.13º | 0.65% | 0.91% | - |
| XYZ | 28.07 | 27.58 | 80.93 | - |
| YUV | 135.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 233 | 0.65 | 0.38 | 0 | 0.09 | 215.13 | 0.78 | 0.62 |
| Hex | 51 | 90 | E9 | 41 | 26 | 0 | 9 | D7 | 4E | 3E |
| Octal | 121 | 220 | 351 | 101 | 46 | 0 | 11 | 327 | 116 | 76 |
| Binary | 1010001 | 10010000 | 11101001 | 1000001 | 100110 | 0 | 1001 | 11010111 | 1001110 | 111110 |
Color Harmonies of #5190E9
Complementary color
Monochromatic Colors of #5190E9
Black with #5190E9
Text Example
Text Example
White with #5190E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190E9; }
p { color: rgb(81,144,233); }
H1.HeaderClassName
{
color: #5190E9;
}
.AnyTagClassName
{
color: #5190E9;
}
</style>
background-color css
<style>
a { background-color: #5190E9; }
a { background-color: rgb(81,144,233); }
div.DivClassName
{
background-color: #5190E9;
}
.BgClassName
{
background-color: #5190E9;
}
</style>
border-color css
<style>
span { border-color: #5190E9; }
span { border-color: rgb(81,144,233); }
td.TdClassName
{
border-color: #5190E9;
}
.TagClassName
{
border-color: #5190E9;
}
</style>