Shades of Cornflower Blue #518CEF
Tints of Cornflower Blue #518CEF
RGB
CMYK
RGB Variations
Color information
#518CEF (or 0x518CEF) is known color: Cornflower Blue. HEX triplet: 51, 8C and EF. RGB value is (81,140,239). Sum of RGB (Red+Green+Blue) = 81+140+239=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #518CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CEF is #AE7310. Grayscale: #858585. Windows color (decimal): -11432721 or 15699025. OLE color: 15699025.
HSL color Cylindrical-coordinate representation of color #518CEF: hue angle of 217.59º 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 #518CEF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 140 | 239 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.06 |
| HSL | 217.59º | 0.83% | 0.63% | - |
| HSV(B) | 217.59º | 0.66% | 0.94% | - |
| XYZ | 28.35 | 26.74 | 85.33 | - |
| YUV | 133.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 239 | 0.66 | 0.41 | 0 | 0.06 | 217.59 | 0.83 | 0.63 |
| Hex | 51 | 8C | EF | 42 | 29 | 0 | 6 | DA | 53 | 3F |
| Octal | 121 | 214 | 357 | 102 | 51 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010001 | 10001100 | 11101111 | 1000010 | 101001 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #518CEF
Complementary color
Monochromatic Colors of #518CEF
Black with #518CEF
Text Example
Text Example
White with #518CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CEF; }
p { color: rgb(81,140,239); }
H1.HeaderClassName
{
color: #518CEF;
}
.AnyTagClassName
{
color: #518CEF;
}
</style>
background-color css
<style>
a { background-color: #518CEF; }
a { background-color: rgb(81,140,239); }
div.DivClassName
{
background-color: #518CEF;
}
.BgClassName
{
background-color: #518CEF;
}
</style>
border-color css
<style>
span { border-color: #518CEF; }
span { border-color: rgb(81,140,239); }
td.TdClassName
{
border-color: #518CEF;
}
.TagClassName
{
border-color: #518CEF;
}
</style>