Shades of Cornflower Blue #518BFD
Tints of Cornflower Blue #518BFD
RGB
CMYK
RGB Variations
Color information
#518BFD (or 0x518BFD) is known color: Cornflower Blue. HEX triplet: 51, 8B and FD. RGB value is (81,139,253). Sum of RGB (Red+Green+Blue) = 81+139+253=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #518BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BFD is #AE7402. Grayscale: #868686. Windows color (decimal): -11432963 or 16616273. OLE color: 16616273.
HSL color Cylindrical-coordinate representation of color #518BFD: hue angle of 219.77º 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 #518BFD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 139 | 253 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.01 |
| HSL | 219.77º | 0.98% | 0.65% | - |
| HSV(B) | 219.77º | 0.68% | 0.99% | - |
| XYZ | 30.36 | 27.31 | 96.6 | - |
| YUV | 134.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 253 | 0.68 | 0.45 | 0 | 0.01 | 219.77 | 0.98 | 0.65 |
| Hex | 51 | 8B | FD | 44 | 2D | 0 | 1 | DC | 62 | 41 |
| Octal | 121 | 213 | 375 | 104 | 55 | 0 | 1 | 334 | 142 | 101 |
| Binary | 1010001 | 10001011 | 11111101 | 1000100 | 101101 | 0 | 1 | 11011100 | 1100010 | 1000001 |
Color Harmonies of #518BFD
Complementary color
Monochromatic Colors of #518BFD
Black with #518BFD
Text Example
Text Example
White with #518BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BFD; }
p { color: rgb(81,139,253); }
H1.HeaderClassName
{
color: #518BFD;
}
.AnyTagClassName
{
color: #518BFD;
}
</style>
background-color css
<style>
a { background-color: #518BFD; }
a { background-color: rgb(81,139,253); }
div.DivClassName
{
background-color: #518BFD;
}
.BgClassName
{
background-color: #518BFD;
}
</style>
border-color css
<style>
span { border-color: #518BFD; }
span { border-color: rgb(81,139,253); }
td.TdClassName
{
border-color: #518BFD;
}
.TagClassName
{
border-color: #518BFD;
}
</style>