Shades of Cornflower Blue #518FE9
Tints of Cornflower Blue #518FE9
RGB
CMYK
RGB Variations
Color information
#518FE9 (or 0x518FE9) is known color: Cornflower Blue. HEX triplet: 51, 8F and E9. RGB value is (81,143,233). Sum of RGB (Red+Green+Blue) = 81+143+233=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #518FE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FE9 is #AE7016. Grayscale: #868686. Windows color (decimal): -11431959 or 15306577. OLE color: 15306577.
HSL color Cylindrical-coordinate representation of color #518FE9: hue angle of 215.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #518FE9 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 143 | 233 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.09 |
| HSL | 215.53º | 0.78% | 0.62% | - |
| HSV(B) | 215.53º | 0.65% | 0.91% | - |
| XYZ | 27.92 | 27.28 | 80.88 | - |
| YUV | 134.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 233 | 0.65 | 0.39 | 0 | 0.09 | 215.53 | 0.78 | 0.62 |
| Hex | 51 | 8F | E9 | 41 | 27 | 0 | 9 | D8 | 4E | 3E |
| Octal | 121 | 217 | 351 | 101 | 47 | 0 | 11 | 330 | 116 | 76 |
| Binary | 1010001 | 10001111 | 11101001 | 1000001 | 100111 | 0 | 1001 | 11011000 | 1001110 | 111110 |
Color Harmonies of #518FE9
Complementary color
Monochromatic Colors of #518FE9
Black with #518FE9
Text Example
Text Example
White with #518FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FE9; }
p { color: rgb(81,143,233); }
H1.HeaderClassName
{
color: #518FE9;
}
.AnyTagClassName
{
color: #518FE9;
}
</style>
background-color css
<style>
a { background-color: #518FE9; }
a { background-color: rgb(81,143,233); }
div.DivClassName
{
background-color: #518FE9;
}
.BgClassName
{
background-color: #518FE9;
}
</style>
border-color css
<style>
span { border-color: #518FE9; }
span { border-color: rgb(81,143,233); }
td.TdClassName
{
border-color: #518FE9;
}
.TagClassName
{
border-color: #518FE9;
}
</style>