Shades of Cornflower Blue #518EDF
Tints of Cornflower Blue #518EDF
RGB
CMYK
RGB Variations
Color information
#518EDF (or 0x518EDF) is known color: Cornflower Blue. HEX triplet: 51, 8E and DF. RGB value is (81,142,223). Sum of RGB (Red+Green+Blue) = 81+142+223=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #518EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDF is #AE7120. Grayscale: #848484. Windows color (decimal): -11432225 or 14650961. OLE color: 14650961.
HSL color Cylindrical-coordinate representation of color #518EDF: hue angle of 214.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518EDF is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 142 | 223 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.13 |
| HSL | 214.23º | 0.69% | 0.6% | - |
| HSV(B) | 214.23º | 0.64% | 0.87% | - |
| XYZ | 26.39 | 26.42 | 73.52 | - |
| YUV | 133 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 223 | 0.64 | 0.36 | 0 | 0.13 | 214.23 | 0.69 | 0.6 |
| Hex | 51 | 8E | DF | 40 | 24 | 0 | D | D6 | 45 | 3C |
| Octal | 121 | 216 | 337 | 100 | 44 | 0 | 15 | 326 | 105 | 74 |
| Binary | 1010001 | 10001110 | 11011111 | 1000000 | 100100 | 0 | 1101 | 11010110 | 1000101 | 111100 |
Color Harmonies of #518EDF
Complementary color
Monochromatic Colors of #518EDF
Black with #518EDF
Text Example
Text Example
White with #518EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EDF; }
p { color: rgb(81,142,223); }
H1.HeaderClassName
{
color: #518EDF;
}
.AnyTagClassName
{
color: #518EDF;
}
</style>
background-color css
<style>
a { background-color: #518EDF; }
a { background-color: rgb(81,142,223); }
div.DivClassName
{
background-color: #518EDF;
}
.BgClassName
{
background-color: #518EDF;
}
</style>
border-color css
<style>
span { border-color: #518EDF; }
span { border-color: rgb(81,142,223); }
td.TdClassName
{
border-color: #518EDF;
}
.TagClassName
{
border-color: #518EDF;
}
</style>