Shades of Cornflower Blue #518FEE
Tints of Cornflower Blue #518FEE
RGB
CMYK
RGB Variations
Color information
#518FEE (or 0x518FEE) is known color: Cornflower Blue. HEX triplet: 51, 8F and EE. RGB value is (81,143,238). Sum of RGB (Red+Green+Blue) = 81+143+238=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #518FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FEE is #AE7011. Grayscale: #868686. Windows color (decimal): -11431954 or 15634257. OLE color: 15634257.
HSL color Cylindrical-coordinate representation of color #518FEE: hue angle of 216.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518FEE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 143 | 238 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.07 |
| HSL | 216.31º | 0.82% | 0.63% | - |
| HSV(B) | 216.31º | 0.66% | 0.93% | - |
| XYZ | 28.65 | 27.57 | 84.7 | - |
| YUV | 135.29 | 185.96 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 238 | 0.66 | 0.40 | 0 | 0.07 | 216.31 | 0.82 | 0.63 |
| Hex | 51 | 8F | EE | 42 | 28 | 0 | 7 | D8 | 52 | 3F |
| Octal | 121 | 217 | 356 | 102 | 50 | 0 | 7 | 330 | 122 | 77 |
| Binary | 1010001 | 10001111 | 11101110 | 1000010 | 101000 | 0 | 111 | 11011000 | 1010010 | 111111 |
Color Harmonies of #518FEE
Complementary color
Monochromatic Colors of #518FEE
Black with #518FEE
Text Example
Text Example
White with #518FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FEE; }
p { color: rgb(81,143,238); }
H1.HeaderClassName
{
color: #518FEE;
}
.AnyTagClassName
{
color: #518FEE;
}
</style>
background-color css
<style>
a { background-color: #518FEE; }
a { background-color: rgb(81,143,238); }
div.DivClassName
{
background-color: #518FEE;
}
.BgClassName
{
background-color: #518FEE;
}
</style>
border-color css
<style>
span { border-color: #518FEE; }
span { border-color: rgb(81,143,238); }
td.TdClassName
{
border-color: #518FEE;
}
.TagClassName
{
border-color: #518FEE;
}
</style>