Shades of Cornflower Blue #518BFC
Tints of Cornflower Blue #518BFC
RGB
CMYK
RGB Variations
Color information
#518BFC (or 0x518BFC) is known color: Cornflower Blue. HEX triplet: 51, 8B and FC. RGB value is (81,139,252). Sum of RGB (Red+Green+Blue) = 81+139+252=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #518BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BFC is #AE7403. Grayscale: #868686. Windows color (decimal): -11432964 or 16550737. OLE color: 16550737.
HSL color Cylindrical-coordinate representation of color #518BFC: hue angle of 219.65º degrees, saturation: 0.97, 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 #518BFC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 139 | 252 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.01 |
| HSL | 219.65º | 0.97% | 0.65% | - |
| HSV(B) | 219.65º | 0.68% | 0.99% | - |
| XYZ | 30.2 | 27.24 | 95.76 | - |
| YUV | 134.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 252 | 0.68 | 0.45 | 0 | 0.01 | 219.65 | 0.97 | 0.65 |
| Hex | 51 | 8B | FC | 44 | 2D | 0 | 1 | DC | 61 | 41 |
| Octal | 121 | 213 | 374 | 104 | 55 | 0 | 1 | 334 | 141 | 101 |
| Binary | 1010001 | 10001011 | 11111100 | 1000100 | 101101 | 0 | 1 | 11011100 | 1100001 | 1000001 |
Color Harmonies of #518BFC
Complementary color
Monochromatic Colors of #518BFC
Black with #518BFC
Text Example
Text Example
White with #518BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BFC; }
p { color: rgb(81,139,252); }
H1.HeaderClassName
{
color: #518BFC;
}
.AnyTagClassName
{
color: #518BFC;
}
</style>
background-color css
<style>
a { background-color: #518BFC; }
a { background-color: rgb(81,139,252); }
div.DivClassName
{
background-color: #518BFC;
}
.BgClassName
{
background-color: #518BFC;
}
</style>
border-color css
<style>
span { border-color: #518BFC; }
span { border-color: rgb(81,139,252); }
td.TdClassName
{
border-color: #518BFC;
}
.TagClassName
{
border-color: #518BFC;
}
</style>