Shades of Cornflower Blue #519AFC
Tints of Cornflower Blue #519AFC
RGB
CMYK
RGB Variations
Color information
#519AFC (or 0x519AFC) is known color: Cornflower Blue. HEX triplet: 51, 9A and FC. RGB value is (81,154,252). Sum of RGB (Red+Green+Blue) = 81+154+252=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #519AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AFC is #AE6503. Grayscale: #8E8E8E. Windows color (decimal): -11429124 or 16554577. OLE color: 16554577.
HSL color Cylindrical-coordinate representation of color #519AFC: hue angle of 214.39º 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 #519AFC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 154 | 252 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.01 |
| HSL | 214.39º | 0.97% | 0.65% | - |
| HSV(B) | 214.39º | 0.68% | 0.99% | - |
| XYZ | 32.52 | 31.89 | 96.54 | - |
| YUV | 143.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 252 | 0.68 | 0.39 | 0 | 0.01 | 214.39 | 0.97 | 0.65 |
| Hex | 51 | 9A | FC | 44 | 27 | 0 | 1 | D6 | 61 | 41 |
| Octal | 121 | 232 | 374 | 104 | 47 | 0 | 1 | 326 | 141 | 101 |
| Binary | 1010001 | 10011010 | 11111100 | 1000100 | 100111 | 0 | 1 | 11010110 | 1100001 | 1000001 |
Color Harmonies of #519AFC
Complementary color
Monochromatic Colors of #519AFC
Black with #519AFC
Text Example
Text Example
White with #519AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AFC; }
p { color: rgb(81,154,252); }
H1.HeaderClassName
{
color: #519AFC;
}
.AnyTagClassName
{
color: #519AFC;
}
</style>
background-color css
<style>
a { background-color: #519AFC; }
a { background-color: rgb(81,154,252); }
div.DivClassName
{
background-color: #519AFC;
}
.BgClassName
{
background-color: #519AFC;
}
</style>
border-color css
<style>
span { border-color: #519AFC; }
span { border-color: rgb(81,154,252); }
td.TdClassName
{
border-color: #519AFC;
}
.TagClassName
{
border-color: #519AFC;
}
</style>