Shades of Cornflower Blue #5199E7
Tints of Cornflower Blue #5199E7
RGB
CMYK
RGB Variations
Color information
#5199E7 (or 0x5199E7) is known color: Cornflower Blue. HEX triplet: 51, 99 and E7. RGB value is (81,153,231). Sum of RGB (Red+Green+Blue) = 81+153+231=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #5199E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5199E7 is #AE6618. Grayscale: #8B8B8B. Windows color (decimal): -11429401 or 15178065. OLE color: 15178065.
HSL color Cylindrical-coordinate representation of color #5199E7: hue angle of 211.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5199E7 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 153 | 231 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.09 |
| HSL | 211.2º | 0.76% | 0.61% | - |
| HSV(B) | 211.2º | 0.65% | 0.91% | - |
| XYZ | 29.21 | 30.3 | 79.91 | - |
| YUV | 140.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 231 | 0.65 | 0.34 | 0 | 0.09 | 211.2 | 0.76 | 0.61 |
| Hex | 51 | 99 | E7 | 41 | 22 | 0 | 9 | D3 | 4C | 3D |
| Octal | 121 | 231 | 347 | 101 | 42 | 0 | 11 | 323 | 114 | 75 |
| Binary | 1010001 | 10011001 | 11100111 | 1000001 | 100010 | 0 | 1001 | 11010011 | 1001100 | 111101 |
Color Harmonies of #5199E7
Complementary color
Monochromatic Colors of #5199E7
Black with #5199E7
Text Example
Text Example
White with #5199E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199E7; }
p { color: rgb(81,153,231); }
H1.HeaderClassName
{
color: #5199E7;
}
.AnyTagClassName
{
color: #5199E7;
}
</style>
background-color css
<style>
a { background-color: #5199E7; }
a { background-color: rgb(81,153,231); }
div.DivClassName
{
background-color: #5199E7;
}
.BgClassName
{
background-color: #5199E7;
}
</style>
border-color css
<style>
span { border-color: #5199E7; }
span { border-color: rgb(81,153,231); }
td.TdClassName
{
border-color: #5199E7;
}
.TagClassName
{
border-color: #5199E7;
}
</style>