Shades of Cornflower Blue #518FEF
Tints of Cornflower Blue #518FEF
RGB
CMYK
RGB Variations
Color information
#518FEF (or 0x518FEF) is known color: Cornflower Blue. HEX triplet: 51, 8F and EF. RGB value is (81,143,239). Sum of RGB (Red+Green+Blue) = 81+143+239=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #518FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FEF is #AE7010. Grayscale: #868686. Windows color (decimal): -11431953 or 15699793. OLE color: 15699793.
HSL color Cylindrical-coordinate representation of color #518FEF: hue angle of 216.46º 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 #518FEF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 143 | 239 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.06 |
| HSL | 216.46º | 0.83% | 0.63% | - |
| HSV(B) | 216.46º | 0.66% | 0.94% | - |
| XYZ | 28.8 | 27.63 | 85.48 | - |
| YUV | 135.41 | 186.46 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 239 | 0.66 | 0.40 | 0 | 0.06 | 216.46 | 0.83 | 0.63 |
| Hex | 51 | 8F | EF | 42 | 28 | 0 | 6 | D8 | 53 | 3F |
| Octal | 121 | 217 | 357 | 102 | 50 | 0 | 6 | 330 | 123 | 77 |
| Binary | 1010001 | 10001111 | 11101111 | 1000010 | 101000 | 0 | 110 | 11011000 | 1010011 | 111111 |
Color Harmonies of #518FEF
Complementary color
Monochromatic Colors of #518FEF
Black with #518FEF
Text Example
Text Example
White with #518FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FEF; }
p { color: rgb(81,143,239); }
H1.HeaderClassName
{
color: #518FEF;
}
.AnyTagClassName
{
color: #518FEF;
}
</style>
background-color css
<style>
a { background-color: #518FEF; }
a { background-color: rgb(81,143,239); }
div.DivClassName
{
background-color: #518FEF;
}
.BgClassName
{
background-color: #518FEF;
}
</style>
border-color css
<style>
span { border-color: #518FEF; }
span { border-color: rgb(81,143,239); }
td.TdClassName
{
border-color: #518FEF;
}
.TagClassName
{
border-color: #518FEF;
}
</style>