Shades of Cornflower Blue #5187F6
Tints of Cornflower Blue #5187F6
RGB
CMYK
RGB Variations
Color information
#5187F6 (or 0x5187F6) is known color: Cornflower Blue. HEX triplet: 51, 87 and F6. RGB value is (81,135,246). Sum of RGB (Red+Green+Blue) = 81+135+246=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #5187F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5187F6 is #AE7809. Grayscale: #838383. Windows color (decimal): -11433994 or 16156497. OLE color: 16156497.
HSL color Cylindrical-coordinate representation of color #5187F6: hue angle of 220.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5187F6 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 135 | 246 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.04 |
| HSL | 220.36º | 0.9% | 0.64% | - |
| HSV(B) | 220.36º | 0.67% | 0.96% | - |
| XYZ | 28.69 | 25.73 | 90.64 | - |
| YUV | 131.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 246 | 0.67 | 0.45 | 0 | 0.04 | 220.36 | 0.9 | 0.64 |
| Hex | 51 | 87 | F6 | 43 | 2D | 0 | 4 | DC | 5A | 40 |
| Octal | 121 | 207 | 366 | 103 | 55 | 0 | 4 | 334 | 132 | 100 |
| Binary | 1010001 | 10000111 | 11110110 | 1000011 | 101101 | 0 | 100 | 11011100 | 1011010 | 1000000 |
Color Harmonies of #5187F6
Complementary color
Monochromatic Colors of #5187F6
Black with #5187F6
Text Example
Text Example
White with #5187F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5187F6; }
p { color: rgb(81,135,246); }
H1.HeaderClassName
{
color: #5187F6;
}
.AnyTagClassName
{
color: #5187F6;
}
</style>
background-color css
<style>
a { background-color: #5187F6; }
a { background-color: rgb(81,135,246); }
div.DivClassName
{
background-color: #5187F6;
}
.BgClassName
{
background-color: #5187F6;
}
</style>
border-color css
<style>
span { border-color: #5187F6; }
span { border-color: rgb(81,135,246); }
td.TdClassName
{
border-color: #5187F6;
}
.TagClassName
{
border-color: #5187F6;
}
</style>