Shades of Cornflower Blue #517FEF
Tints of Cornflower Blue #517FEF
RGB
CMYK
RGB Variations
Color information
#517FEF (or 0x517FEF) is known color: Cornflower Blue. HEX triplet: 51, 7F and EF. RGB value is (81,127,239). Sum of RGB (Red+Green+Blue) = 81+127+239=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #517FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FEF is #AE8010. Grayscale: #7D7D7D. Windows color (decimal): -11436049 or 15695697. OLE color: 15695697.
HSL color Cylindrical-coordinate representation of color #517FEF: hue angle of 222.53º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517FEF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 127 | 239 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.06 |
| HSL | 222.53º | 0.83% | 0.63% | - |
| HSV(B) | 222.53º | 0.66% | 0.94% | - |
| XYZ | 26.56 | 23.16 | 84.73 | - |
| YUV | 126.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 239 | 0.66 | 0.47 | 0 | 0.06 | 222.53 | 0.83 | 0.63 |
| Hex | 51 | 7F | EF | 42 | 2F | 0 | 6 | DF | 53 | 3F |
| Octal | 121 | 177 | 357 | 102 | 57 | 0 | 6 | 337 | 123 | 77 |
| Binary | 1010001 | 1111111 | 11101111 | 1000010 | 101111 | 0 | 110 | 11011111 | 1010011 | 111111 |
Color Harmonies of #517FEF
Complementary color
Monochromatic Colors of #517FEF
Black with #517FEF
Text Example
Text Example
White with #517FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FEF; }
p { color: rgb(81,127,239); }
H1.HeaderClassName
{
color: #517FEF;
}
.AnyTagClassName
{
color: #517FEF;
}
</style>
background-color css
<style>
a { background-color: #517FEF; }
a { background-color: rgb(81,127,239); }
div.DivClassName
{
background-color: #517FEF;
}
.BgClassName
{
background-color: #517FEF;
}
</style>
border-color css
<style>
span { border-color: #517FEF; }
span { border-color: rgb(81,127,239); }
td.TdClassName
{
border-color: #517FEF;
}
.TagClassName
{
border-color: #517FEF;
}
</style>