Shades of Cornflower Blue #519FF5
Tints of Cornflower Blue #519FF5
RGB
CMYK
RGB Variations
Color information
#519FF5 (or 0x519FF5) is known color: Cornflower Blue. HEX triplet: 51, 9F and F5. RGB value is (81,159,245). Sum of RGB (Red+Green+Blue) = 81+159+245=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #519FF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FF5 is #AE600A. Grayscale: #919191. Windows color (decimal): -11427851 or 16097105. OLE color: 16097105.
HSL color Cylindrical-coordinate representation of color #519FF5: hue angle of 211.46º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519FF5 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 159 | 245 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.04 |
| HSL | 211.46º | 0.89% | 0.64% | - |
| HSV(B) | 211.46º | 0.67% | 0.96% | - |
| XYZ | 32.27 | 33.14 | 91.08 | - |
| YUV | 145.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 245 | 0.67 | 0.35 | 0 | 0.04 | 211.46 | 0.89 | 0.64 |
| Hex | 51 | 9F | F5 | 43 | 23 | 0 | 4 | D3 | 59 | 40 |
| Octal | 121 | 237 | 365 | 103 | 43 | 0 | 4 | 323 | 131 | 100 |
| Binary | 1010001 | 10011111 | 11110101 | 1000011 | 100011 | 0 | 100 | 11010011 | 1011001 | 1000000 |
Color Harmonies of #519FF5
Complementary color
Monochromatic Colors of #519FF5
Black with #519FF5
Text Example
Text Example
White with #519FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FF5; }
p { color: rgb(81,159,245); }
H1.HeaderClassName
{
color: #519FF5;
}
.AnyTagClassName
{
color: #519FF5;
}
</style>
background-color css
<style>
a { background-color: #519FF5; }
a { background-color: rgb(81,159,245); }
div.DivClassName
{
background-color: #519FF5;
}
.BgClassName
{
background-color: #519FF5;
}
</style>
border-color css
<style>
span { border-color: #519FF5; }
span { border-color: rgb(81,159,245); }
td.TdClassName
{
border-color: #519FF5;
}
.TagClassName
{
border-color: #519FF5;
}
</style>