Shades of Cornflower Blue #519BFE
Tints of Cornflower Blue #519BFE
RGB
CMYK
RGB Variations
Color information
#519BFE (or 0x519BFE) is known color: Cornflower Blue. HEX triplet: 51, 9B and FE. RGB value is (81,155,254). Sum of RGB (Red+Green+Blue) = 81+155+254=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #519BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BFE is #AE6401. Grayscale: #8F8F8F. Windows color (decimal): -11428866 or 16685905. OLE color: 16685905.
HSL color Cylindrical-coordinate representation of color #519BFE: hue angle of 214.34º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519BFE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 155 | 254 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.00 |
| HSL | 214.34º | 0.99% | 0.66% | - |
| HSV(B) | 214.34º | 0.68% | 1% | - |
| XYZ | 33 | 32.35 | 98.27 | - |
| YUV | 144.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 254 | 0.68 | 0.39 | 0 | 0.00 | 214.34 | 0.99 | 0.66 |
| Hex | 51 | 9B | FE | 44 | 27 | 0 | 0 | D6 | 63 | 42 |
| Octal | 121 | 233 | 376 | 104 | 47 | 0 | 0 | 326 | 143 | 102 |
| Binary | 1010001 | 10011011 | 11111110 | 1000100 | 100111 | 0 | 0 | 11010110 | 1100011 | 1000010 |
Color Harmonies of #519BFE
Complementary color
Monochromatic Colors of #519BFE
Black with #519BFE
Text Example
Text Example
White with #519BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BFE; }
p { color: rgb(81,155,254); }
H1.HeaderClassName
{
color: #519BFE;
}
.AnyTagClassName
{
color: #519BFE;
}
</style>
background-color css
<style>
a { background-color: #519BFE; }
a { background-color: rgb(81,155,254); }
div.DivClassName
{
background-color: #519BFE;
}
.BgClassName
{
background-color: #519BFE;
}
</style>
border-color css
<style>
span { border-color: #519BFE; }
span { border-color: rgb(81,155,254); }
td.TdClassName
{
border-color: #519BFE;
}
.TagClassName
{
border-color: #519BFE;
}
</style>