Shades of Cornflower Blue #5187E0
Tints of Cornflower Blue #5187E0
RGB
CMYK
RGB Variations
Color information
#5187E0 (or 0x5187E0) is known color: Cornflower Blue. HEX triplet: 51, 87 and E0. RGB value is (81,135,224). Sum of RGB (Red+Green+Blue) = 81+135+224=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #5187E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5187E0 is #AE781F. Grayscale: #808080. Windows color (decimal): -11434016 or 14714705. OLE color: 14714705.
HSL color Cylindrical-coordinate representation of color #5187E0: hue angle of 217.34º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5187E0 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 135 | 224 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.12 |
| HSL | 217.34º | 0.7% | 0.6% | - |
| HSV(B) | 217.34º | 0.64% | 0.88% | - |
| XYZ | 25.51 | 24.46 | 73.9 | - |
| YUV | 129 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 224 | 0.64 | 0.40 | 0 | 0.12 | 217.34 | 0.7 | 0.6 |
| Hex | 51 | 87 | E0 | 40 | 28 | 0 | C | D9 | 46 | 3C |
| Octal | 121 | 207 | 340 | 100 | 50 | 0 | 14 | 331 | 106 | 74 |
| Binary | 1010001 | 10000111 | 11100000 | 1000000 | 101000 | 0 | 1100 | 11011001 | 1000110 | 111100 |
Color Harmonies of #5187E0
Complementary color
Monochromatic Colors of #5187E0
Black with #5187E0
Text Example
Text Example
White with #5187E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5187E0; }
p { color: rgb(81,135,224); }
H1.HeaderClassName
{
color: #5187E0;
}
.AnyTagClassName
{
color: #5187E0;
}
</style>
background-color css
<style>
a { background-color: #5187E0; }
a { background-color: rgb(81,135,224); }
div.DivClassName
{
background-color: #5187E0;
}
.BgClassName
{
background-color: #5187E0;
}
</style>
border-color css
<style>
span { border-color: #5187E0; }
span { border-color: rgb(81,135,224); }
td.TdClassName
{
border-color: #5187E0;
}
.TagClassName
{
border-color: #5187E0;
}
</style>