Shades of Cornflower Blue #519BE5
Tints of Cornflower Blue #519BE5
RGB
CMYK
RGB Variations
Color information
#519BE5 (or 0x519BE5) is known color: Cornflower Blue. HEX triplet: 51, 9B and E5. RGB value is (81,155,229). Sum of RGB (Red+Green+Blue) = 81+155+229=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #519BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BE5 is #AE641A. Grayscale: #8C8C8C. Windows color (decimal): -11428891 or 15047505. OLE color: 15047505.
HSL color Cylindrical-coordinate representation of color #519BE5: hue angle of 210º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519BE5 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 155 | 229 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.10 |
| HSL | 210º | 0.74% | 0.61% | - |
| HSV(B) | 210º | 0.65% | 0.9% | - |
| XYZ | 29.26 | 30.85 | 78.54 | - |
| YUV | 141.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 229 | 0.65 | 0.32 | 0 | 0.10 | 210 | 0.74 | 0.61 |
| Hex | 51 | 9B | E5 | 41 | 20 | 0 | A | D2 | 4A | 3D |
| Octal | 121 | 233 | 345 | 101 | 40 | 0 | 12 | 322 | 112 | 75 |
| Binary | 1010001 | 10011011 | 11100101 | 1000001 | 100000 | 0 | 1010 | 11010010 | 1001010 | 111101 |
Color Harmonies of #519BE5
Complementary color
Monochromatic Colors of #519BE5
Black with #519BE5
Text Example
Text Example
White with #519BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BE5; }
p { color: rgb(81,155,229); }
H1.HeaderClassName
{
color: #519BE5;
}
.AnyTagClassName
{
color: #519BE5;
}
</style>
background-color css
<style>
a { background-color: #519BE5; }
a { background-color: rgb(81,155,229); }
div.DivClassName
{
background-color: #519BE5;
}
.BgClassName
{
background-color: #519BE5;
}
</style>
border-color css
<style>
span { border-color: #519BE5; }
span { border-color: rgb(81,155,229); }
td.TdClassName
{
border-color: #519BE5;
}
.TagClassName
{
border-color: #519BE5;
}
</style>