Shades of Cornflower Blue #518AFF
Tints of Cornflower Blue #518AFF
RGB
CMYK
RGB Variations
Color information
#518AFF (or 0x518AFF) is known color: Cornflower Blue. HEX triplet: 51, 8A and FF. RGB value is (81,138,255). Sum of RGB (Red+Green+Blue) = 81+138+255=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #518AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AFF is #AE7500. Grayscale: #858585. Windows color (decimal): -11433217 or 16747089. OLE color: 16747089.
HSL color Cylindrical-coordinate representation of color #518AFF: hue angle of 220.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518AFF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 138 | 255 | - |
| CMYK | 0.68 | 0.46 | 0 | 0 |
| HSL | 220.34º | 1% | 0.66% | - |
| HSV(B) | 220.34º | 0.68% | 1% | - |
| XYZ | 30.53 | 27.15 | 98.24 | - |
| YUV | 134.3 | 196.12 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 255 | 0.68 | 0.46 | 0 | 0 | 220.34 | 1 | 0.66 |
| Hex | 51 | 8A | FF | 44 | 2E | 0 | 0 | DC | 64 | 42 |
| Octal | 121 | 212 | 377 | 104 | 56 | 0 | 0 | 334 | 144 | 102 |
| Binary | 1010001 | 10001010 | 11111111 | 1000100 | 101110 | 0 | 0 | 11011100 | 1100100 | 1000010 |
Color Harmonies of #518AFF
Complementary color
Monochromatic Colors of #518AFF
Black with #518AFF
Text Example
Text Example
White with #518AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AFF; }
p { color: rgb(81,138,255); }
H1.HeaderClassName
{
color: #518AFF;
}
.AnyTagClassName
{
color: #518AFF;
}
</style>
background-color css
<style>
a { background-color: #518AFF; }
a { background-color: rgb(81,138,255); }
div.DivClassName
{
background-color: #518AFF;
}
.BgClassName
{
background-color: #518AFF;
}
</style>
border-color css
<style>
span { border-color: #518AFF; }
span { border-color: rgb(81,138,255); }
td.TdClassName
{
border-color: #518AFF;
}
.TagClassName
{
border-color: #518AFF;
}
</style>