Shades of Cornflower Blue #519DFA
Tints of Cornflower Blue #519DFA
RGB
CMYK
RGB Variations
Color information
#519DFA (or 0x519DFA) is known color: Cornflower Blue. HEX triplet: 51, 9D and FA. RGB value is (81,157,250). Sum of RGB (Red+Green+Blue) = 81+157+250=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #519DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DFA is #AE6205. Grayscale: #909090. Windows color (decimal): -11428358 or 16424273. OLE color: 16424273.
HSL color Cylindrical-coordinate representation of color #519DFA: hue angle of 213.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519DFA is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 157 | 250 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.02 |
| HSL | 213.02º | 0.94% | 0.65% | - |
| HSV(B) | 213.02º | 0.68% | 0.98% | - |
| XYZ | 32.71 | 32.77 | 95.04 | - |
| YUV | 144.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 250 | 0.68 | 0.37 | 0 | 0.02 | 213.02 | 0.94 | 0.65 |
| Hex | 51 | 9D | FA | 44 | 25 | 0 | 2 | D5 | 5E | 41 |
| Octal | 121 | 235 | 372 | 104 | 45 | 0 | 2 | 325 | 136 | 101 |
| Binary | 1010001 | 10011101 | 11111010 | 1000100 | 100101 | 0 | 10 | 11010101 | 1011110 | 1000001 |
Color Harmonies of #519DFA
Complementary color
Monochromatic Colors of #519DFA
Black with #519DFA
Text Example
Text Example
White with #519DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DFA; }
p { color: rgb(81,157,250); }
H1.HeaderClassName
{
color: #519DFA;
}
.AnyTagClassName
{
color: #519DFA;
}
</style>
background-color css
<style>
a { background-color: #519DFA; }
a { background-color: rgb(81,157,250); }
div.DivClassName
{
background-color: #519DFA;
}
.BgClassName
{
background-color: #519DFA;
}
</style>
border-color css
<style>
span { border-color: #519DFA; }
span { border-color: rgb(81,157,250); }
td.TdClassName
{
border-color: #519DFA;
}
.TagClassName
{
border-color: #519DFA;
}
</style>