Shades of Cornflower Blue #517FEC
Tints of Cornflower Blue #517FEC
RGB
CMYK
RGB Variations
Color information
#517FEC (or 0x517FEC) is known color: Cornflower Blue. HEX triplet: 51, 7F and EC. RGB value is (81,127,236). Sum of RGB (Red+Green+Blue) = 81+127+236=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #517FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FEC is #AE8013. Grayscale: #7D7D7D. Windows color (decimal): -11436052 or 15499089. OLE color: 15499089.
HSL color Cylindrical-coordinate representation of color #517FEC: hue angle of 222.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517FEC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 127 | 236 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.07 |
| HSL | 222.19º | 0.8% | 0.62% | - |
| HSV(B) | 222.19º | 0.66% | 0.93% | - |
| XYZ | 26.12 | 22.98 | 82.42 | - |
| YUV | 125.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 236 | 0.66 | 0.46 | 0 | 0.07 | 222.19 | 0.8 | 0.62 |
| Hex | 51 | 7F | EC | 42 | 2E | 0 | 7 | DE | 50 | 3E |
| Octal | 121 | 177 | 354 | 102 | 56 | 0 | 7 | 336 | 120 | 76 |
| Binary | 1010001 | 1111111 | 11101100 | 1000010 | 101110 | 0 | 111 | 11011110 | 1010000 | 111110 |
Color Harmonies of #517FEC
Complementary color
Monochromatic Colors of #517FEC
Black with #517FEC
Text Example
Text Example
White with #517FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FEC; }
p { color: rgb(81,127,236); }
H1.HeaderClassName
{
color: #517FEC;
}
.AnyTagClassName
{
color: #517FEC;
}
</style>
background-color css
<style>
a { background-color: #517FEC; }
a { background-color: rgb(81,127,236); }
div.DivClassName
{
background-color: #517FEC;
}
.BgClassName
{
background-color: #517FEC;
}
</style>
border-color css
<style>
span { border-color: #517FEC; }
span { border-color: rgb(81,127,236); }
td.TdClassName
{
border-color: #517FEC;
}
.TagClassName
{
border-color: #517FEC;
}
</style>