Shades of Cornflower Blue #5186FF
Tints of Cornflower Blue #5186FF
RGB
CMYK
RGB Variations
Color information
#5186FF (or 0x5186FF) is known color: Cornflower Blue. HEX triplet: 51, 86 and FF. RGB value is (81,134,255). Sum of RGB (Red+Green+Blue) = 81+134+255=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #5186FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5186FF is #AE7900. Grayscale: #838383. Windows color (decimal): -11434241 or 16746065. OLE color: 16746065.
HSL color Cylindrical-coordinate representation of color #5186FF: hue angle of 221.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5186FF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 134 | 255 | - |
| CMYK | 0.68 | 0.47 | 0 | 0 |
| HSL | 221.72º | 1% | 0.66% | - |
| HSV(B) | 221.72º | 0.68% | 1% | - |
| XYZ | 29.97 | 26.02 | 98.05 | - |
| YUV | 131.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 255 | 0.68 | 0.47 | 0 | 0 | 221.72 | 1 | 0.66 |
| Hex | 51 | 86 | FF | 44 | 2F | 0 | 0 | DE | 64 | 42 |
| Octal | 121 | 206 | 377 | 104 | 57 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010001 | 10000110 | 11111111 | 1000100 | 101111 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5186FF
Complementary color
Monochromatic Colors of #5186FF
Black with #5186FF
Text Example
Text Example
White with #5186FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5186FF; }
p { color: rgb(81,134,255); }
H1.HeaderClassName
{
color: #5186FF;
}
.AnyTagClassName
{
color: #5186FF;
}
</style>
background-color css
<style>
a { background-color: #5186FF; }
a { background-color: rgb(81,134,255); }
div.DivClassName
{
background-color: #5186FF;
}
.BgClassName
{
background-color: #5186FF;
}
</style>
border-color css
<style>
span { border-color: #5186FF; }
span { border-color: rgb(81,134,255); }
td.TdClassName
{
border-color: #5186FF;
}
.TagClassName
{
border-color: #5186FF;
}
</style>