Shades of Cornflower Blue #519BFA
Tints of Cornflower Blue #519BFA
RGB
CMYK
RGB Variations
Color information
#519BFA (or 0x519BFA) is known color: Cornflower Blue. HEX triplet: 51, 9B and FA. RGB value is (81,155,250). Sum of RGB (Red+Green+Blue) = 81+155+250=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #519BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BFA is #AE6405. Grayscale: #8F8F8F. Windows color (decimal): -11428870 or 16423761. OLE color: 16423761.
HSL color Cylindrical-coordinate representation of color #519BFA: hue angle of 213.73º 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 #519BFA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 155 | 250 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.02 |
| HSL | 213.73º | 0.94% | 0.65% | - |
| HSV(B) | 213.73º | 0.68% | 0.98% | - |
| XYZ | 32.37 | 32.09 | 94.93 | - |
| YUV | 143.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 250 | 0.68 | 0.38 | 0 | 0.02 | 213.73 | 0.94 | 0.65 |
| Hex | 51 | 9B | FA | 44 | 26 | 0 | 2 | D6 | 5E | 41 |
| Octal | 121 | 233 | 372 | 104 | 46 | 0 | 2 | 326 | 136 | 101 |
| Binary | 1010001 | 10011011 | 11111010 | 1000100 | 100110 | 0 | 10 | 11010110 | 1011110 | 1000001 |
Color Harmonies of #519BFA
Complementary color
Monochromatic Colors of #519BFA
Black with #519BFA
Text Example
Text Example
White with #519BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BFA; }
p { color: rgb(81,155,250); }
H1.HeaderClassName
{
color: #519BFA;
}
.AnyTagClassName
{
color: #519BFA;
}
</style>
background-color css
<style>
a { background-color: #519BFA; }
a { background-color: rgb(81,155,250); }
div.DivClassName
{
background-color: #519BFA;
}
.BgClassName
{
background-color: #519BFA;
}
</style>
border-color css
<style>
span { border-color: #519BFA; }
span { border-color: rgb(81,155,250); }
td.TdClassName
{
border-color: #519BFA;
}
.TagClassName
{
border-color: #519BFA;
}
</style>