Shades of Cornflower Blue #518CFD
Tints of Cornflower Blue #518CFD
RGB
CMYK
RGB Variations
Color information
#518CFD (or 0x518CFD) is known color: Cornflower Blue. HEX triplet: 51, 8C and FD. RGB value is (81,140,253). Sum of RGB (Red+Green+Blue) = 81+140+253=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #518CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CFD is #AE7302. Grayscale: #868686. Windows color (decimal): -11432707 or 16616529. OLE color: 16616529.
HSL color Cylindrical-coordinate representation of color #518CFD: hue angle of 219.42º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518CFD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 140 | 253 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.01 |
| HSL | 219.42º | 0.98% | 0.65% | - |
| HSV(B) | 219.42º | 0.68% | 0.99% | - |
| XYZ | 30.5 | 27.6 | 96.65 | - |
| YUV | 135.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 253 | 0.68 | 0.45 | 0 | 0.01 | 219.42 | 0.98 | 0.65 |
| Hex | 51 | 8C | FD | 44 | 2D | 0 | 1 | DB | 62 | 41 |
| Octal | 121 | 214 | 375 | 104 | 55 | 0 | 1 | 333 | 142 | 101 |
| Binary | 1010001 | 10001100 | 11111101 | 1000100 | 101101 | 0 | 1 | 11011011 | 1100010 | 1000001 |
Color Harmonies of #518CFD
Complementary color
Monochromatic Colors of #518CFD
Black with #518CFD
Text Example
Text Example
White with #518CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CFD; }
p { color: rgb(81,140,253); }
H1.HeaderClassName
{
color: #518CFD;
}
.AnyTagClassName
{
color: #518CFD;
}
</style>
background-color css
<style>
a { background-color: #518CFD; }
a { background-color: rgb(81,140,253); }
div.DivClassName
{
background-color: #518CFD;
}
.BgClassName
{
background-color: #518CFD;
}
</style>
border-color css
<style>
span { border-color: #518CFD; }
span { border-color: rgb(81,140,253); }
td.TdClassName
{
border-color: #518CFD;
}
.TagClassName
{
border-color: #518CFD;
}
</style>