Shades of Cornflower Blue #5187FA
Tints of Cornflower Blue #5187FA
RGB
CMYK
RGB Variations
Color information
#5187FA (or 0x5187FA) is known color: Cornflower Blue. HEX triplet: 51, 87 and FA. RGB value is (81,135,250). Sum of RGB (Red+Green+Blue) = 81+135+250=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #5187FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5187FA is #AE7805. Grayscale: #838383. Windows color (decimal): -11433990 or 16418641. OLE color: 16418641.
HSL color Cylindrical-coordinate representation of color #5187FA: hue angle of 220.83º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5187FA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 135 | 250 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.02 |
| HSL | 220.83º | 0.94% | 0.65% | - |
| HSV(B) | 220.83º | 0.68% | 0.98% | - |
| XYZ | 29.31 | 25.98 | 93.91 | - |
| YUV | 131.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 250 | 0.68 | 0.46 | 0 | 0.02 | 220.83 | 0.94 | 0.65 |
| Hex | 51 | 87 | FA | 44 | 2E | 0 | 2 | DD | 5E | 41 |
| Octal | 121 | 207 | 372 | 104 | 56 | 0 | 2 | 335 | 136 | 101 |
| Binary | 1010001 | 10000111 | 11111010 | 1000100 | 101110 | 0 | 10 | 11011101 | 1011110 | 1000001 |
Color Harmonies of #5187FA
Complementary color
Monochromatic Colors of #5187FA
Black with #5187FA
Text Example
Text Example
White with #5187FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5187FA; }
p { color: rgb(81,135,250); }
H1.HeaderClassName
{
color: #5187FA;
}
.AnyTagClassName
{
color: #5187FA;
}
</style>
background-color css
<style>
a { background-color: #5187FA; }
a { background-color: rgb(81,135,250); }
div.DivClassName
{
background-color: #5187FA;
}
.BgClassName
{
background-color: #5187FA;
}
</style>
border-color css
<style>
span { border-color: #5187FA; }
span { border-color: rgb(81,135,250); }
td.TdClassName
{
border-color: #5187FA;
}
.TagClassName
{
border-color: #5187FA;
}
</style>