Shades of Cornflower Blue #5193EC
Tints of Cornflower Blue #5193EC
RGB
CMYK
RGB Variations
Color information
#5193EC (or 0x5193EC) is known color: Cornflower Blue. HEX triplet: 51, 93 and EC. RGB value is (81,147,236). Sum of RGB (Red+Green+Blue) = 81+147+236=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #5193EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193EC is #AE6C13. Grayscale: #888888. Windows color (decimal): -11430932 or 15504209. OLE color: 15504209.
HSL color Cylindrical-coordinate representation of color #5193EC: hue angle of 214.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5193EC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 147 | 236 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.07 |
| HSL | 214.45º | 0.8% | 0.62% | - |
| HSV(B) | 214.45º | 0.66% | 0.93% | - |
| XYZ | 28.97 | 28.67 | 83.36 | - |
| YUV | 137.41 | 183.63 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 236 | 0.66 | 0.38 | 0 | 0.07 | 214.45 | 0.8 | 0.62 |
| Hex | 51 | 93 | EC | 42 | 26 | 0 | 7 | D6 | 50 | 3E |
| Octal | 121 | 223 | 354 | 102 | 46 | 0 | 7 | 326 | 120 | 76 |
| Binary | 1010001 | 10010011 | 11101100 | 1000010 | 100110 | 0 | 111 | 11010110 | 1010000 | 111110 |
Color Harmonies of #5193EC
Complementary color
Monochromatic Colors of #5193EC
Black with #5193EC
Text Example
Text Example
White with #5193EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193EC; }
p { color: rgb(81,147,236); }
H1.HeaderClassName
{
color: #5193EC;
}
.AnyTagClassName
{
color: #5193EC;
}
</style>
background-color css
<style>
a { background-color: #5193EC; }
a { background-color: rgb(81,147,236); }
div.DivClassName
{
background-color: #5193EC;
}
.BgClassName
{
background-color: #5193EC;
}
</style>
border-color css
<style>
span { border-color: #5193EC; }
span { border-color: rgb(81,147,236); }
td.TdClassName
{
border-color: #5193EC;
}
.TagClassName
{
border-color: #5193EC;
}
</style>