Shades of Cornflower Blue #519BFD
Tints of Cornflower Blue #519BFD
RGB
CMYK
RGB Variations
Color information
#519BFD (or 0x519BFD) is known color: Cornflower Blue. HEX triplet: 51, 9B and FD. RGB value is (81,155,253). Sum of RGB (Red+Green+Blue) = 81+155+253=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #519BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BFD is #AE6402. Grayscale: #8F8F8F. Windows color (decimal): -11428867 or 16620369. OLE color: 16620369.
HSL color Cylindrical-coordinate representation of color #519BFD: hue angle of 214.19º degrees, saturation: 0.98, 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 #519BFD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 155 | 253 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.01 |
| HSL | 214.19º | 0.98% | 0.65% | - |
| HSV(B) | 214.19º | 0.68% | 0.99% | - |
| XYZ | 32.84 | 32.28 | 97.43 | - |
| YUV | 144.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 253 | 0.68 | 0.39 | 0 | 0.01 | 214.19 | 0.98 | 0.65 |
| Hex | 51 | 9B | FD | 44 | 27 | 0 | 1 | D6 | 62 | 41 |
| Octal | 121 | 233 | 375 | 104 | 47 | 0 | 1 | 326 | 142 | 101 |
| Binary | 1010001 | 10011011 | 11111101 | 1000100 | 100111 | 0 | 1 | 11010110 | 1100010 | 1000001 |
Color Harmonies of #519BFD
Complementary color
Monochromatic Colors of #519BFD
Black with #519BFD
Text Example
Text Example
White with #519BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BFD; }
p { color: rgb(81,155,253); }
H1.HeaderClassName
{
color: #519BFD;
}
.AnyTagClassName
{
color: #519BFD;
}
</style>
background-color css
<style>
a { background-color: #519BFD; }
a { background-color: rgb(81,155,253); }
div.DivClassName
{
background-color: #519BFD;
}
.BgClassName
{
background-color: #519BFD;
}
</style>
border-color css
<style>
span { border-color: #519BFD; }
span { border-color: rgb(81,155,253); }
td.TdClassName
{
border-color: #519BFD;
}
.TagClassName
{
border-color: #519BFD;
}
</style>