Shades of Cornflower Blue #5193EB
Tints of Cornflower Blue #5193EB
RGB
CMYK
RGB Variations
Color information
#5193EB (or 0x5193EB) is known color: Cornflower Blue. HEX triplet: 51, 93 and EB. RGB value is (81,147,235). Sum of RGB (Red+Green+Blue) = 81+147+235=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #5193EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193EB is #AE6C14. Grayscale: #888888. Windows color (decimal): -11430933 or 15438673. OLE color: 15438673.
HSL color Cylindrical-coordinate representation of color #5193EB: hue angle of 214.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5193EB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 147 | 235 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.08 |
| HSL | 214.29º | 0.79% | 0.62% | - |
| HSV(B) | 214.29º | 0.66% | 0.92% | - |
| XYZ | 28.82 | 28.61 | 82.6 | - |
| YUV | 137.3 | 183.13 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 235 | 0.66 | 0.37 | 0 | 0.08 | 214.29 | 0.79 | 0.62 |
| Hex | 51 | 93 | EB | 42 | 25 | 0 | 8 | D6 | 4F | 3E |
| Octal | 121 | 223 | 353 | 102 | 45 | 0 | 10 | 326 | 117 | 76 |
| Binary | 1010001 | 10010011 | 11101011 | 1000010 | 100101 | 0 | 1000 | 11010110 | 1001111 | 111110 |
Color Harmonies of #5193EB
Complementary color
Monochromatic Colors of #5193EB
Black with #5193EB
Text Example
Text Example
White with #5193EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193EB; }
p { color: rgb(81,147,235); }
H1.HeaderClassName
{
color: #5193EB;
}
.AnyTagClassName
{
color: #5193EB;
}
</style>
background-color css
<style>
a { background-color: #5193EB; }
a { background-color: rgb(81,147,235); }
div.DivClassName
{
background-color: #5193EB;
}
.BgClassName
{
background-color: #5193EB;
}
</style>
border-color css
<style>
span { border-color: #5193EB; }
span { border-color: rgb(81,147,235); }
td.TdClassName
{
border-color: #5193EB;
}
.TagClassName
{
border-color: #5193EB;
}
</style>