Shades of Cornflower Blue #5188EB
Tints of Cornflower Blue #5188EB
RGB
CMYK
RGB Variations
Color information
#5188EB (or 0x5188EB) is known color: Cornflower Blue. HEX triplet: 51, 88 and EB. RGB value is (81,136,235). Sum of RGB (Red+Green+Blue) = 81+136+235=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #5188EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188EB is #AE7714. Grayscale: #828282. Windows color (decimal): -11433749 or 15435857. OLE color: 15435857.
HSL color Cylindrical-coordinate representation of color #5188EB: hue angle of 218.57º 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 #5188EB is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 136 | 235 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.08 |
| HSL | 218.57º | 0.79% | 0.62% | - |
| HSV(B) | 218.57º | 0.66% | 0.92% | - |
| XYZ | 27.19 | 25.36 | 82.06 | - |
| YUV | 130.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 235 | 0.66 | 0.42 | 0 | 0.08 | 218.57 | 0.79 | 0.62 |
| Hex | 51 | 88 | EB | 42 | 2A | 0 | 8 | DB | 4F | 3E |
| Octal | 121 | 210 | 353 | 102 | 52 | 0 | 10 | 333 | 117 | 76 |
| Binary | 1010001 | 10001000 | 11101011 | 1000010 | 101010 | 0 | 1000 | 11011011 | 1001111 | 111110 |
Color Harmonies of #5188EB
Complementary color
Monochromatic Colors of #5188EB
Black with #5188EB
Text Example
Text Example
White with #5188EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188EB; }
p { color: rgb(81,136,235); }
H1.HeaderClassName
{
color: #5188EB;
}
.AnyTagClassName
{
color: #5188EB;
}
</style>
background-color css
<style>
a { background-color: #5188EB; }
a { background-color: rgb(81,136,235); }
div.DivClassName
{
background-color: #5188EB;
}
.BgClassName
{
background-color: #5188EB;
}
</style>
border-color css
<style>
span { border-color: #5188EB; }
span { border-color: rgb(81,136,235); }
td.TdClassName
{
border-color: #5188EB;
}
.TagClassName
{
border-color: #5188EB;
}
</style>