Shades of Cornflower Blue #518CFE
Tints of Cornflower Blue #518CFE
RGB
CMYK
RGB Variations
Color information
#518CFE (or 0x518CFE) is known color: Cornflower Blue. HEX triplet: 51, 8C and FE. RGB value is (81,140,254). Sum of RGB (Red+Green+Blue) = 81+140+254=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #518CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CFE is #AE7301. Grayscale: #868686. Windows color (decimal): -11432706 or 16682065. OLE color: 16682065.
HSL color Cylindrical-coordinate representation of color #518CFE: hue angle of 219.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518CFE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 140 | 254 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.00 |
| HSL | 219.54º | 0.99% | 0.66% | - |
| HSV(B) | 219.54º | 0.68% | 1% | - |
| XYZ | 30.66 | 27.66 | 97.49 | - |
| YUV | 135.36 | 194.95 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 254 | 0.68 | 0.45 | 0 | 0.00 | 219.54 | 0.99 | 0.66 |
| Hex | 51 | 8C | FE | 44 | 2D | 0 | 0 | DC | 63 | 42 |
| Octal | 121 | 214 | 376 | 104 | 55 | 0 | 0 | 334 | 143 | 102 |
| Binary | 1010001 | 10001100 | 11111110 | 1000100 | 101101 | 0 | 0 | 11011100 | 1100011 | 1000010 |
Color Harmonies of #518CFE
Complementary color
Monochromatic Colors of #518CFE
Black with #518CFE
Text Example
Text Example
White with #518CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CFE; }
p { color: rgb(81,140,254); }
H1.HeaderClassName
{
color: #518CFE;
}
.AnyTagClassName
{
color: #518CFE;
}
</style>
background-color css
<style>
a { background-color: #518CFE; }
a { background-color: rgb(81,140,254); }
div.DivClassName
{
background-color: #518CFE;
}
.BgClassName
{
background-color: #518CFE;
}
</style>
border-color css
<style>
span { border-color: #518CFE; }
span { border-color: rgb(81,140,254); }
td.TdClassName
{
border-color: #518CFE;
}
.TagClassName
{
border-color: #518CFE;
}
</style>