Shades of Cornflower Blue #5199EA
Tints of Cornflower Blue #5199EA
RGB
CMYK
RGB Variations
Color information
#5199EA (or 0x5199EA) is known color: Cornflower Blue. HEX triplet: 51, 99 and EA. RGB value is (81,153,234). Sum of RGB (Red+Green+Blue) = 81+153+234=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #5199EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5199EA is #AE6615. Grayscale: #8C8C8C. Windows color (decimal): -11429398 or 15374673. OLE color: 15374673.
HSL color Cylindrical-coordinate representation of color #5199EA: hue angle of 211.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5199EA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 153 | 234 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.08 |
| HSL | 211.76º | 0.78% | 0.62% | - |
| HSV(B) | 211.76º | 0.65% | 0.92% | - |
| XYZ | 29.64 | 30.47 | 82.16 | - |
| YUV | 140.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 234 | 0.65 | 0.35 | 0 | 0.08 | 211.76 | 0.78 | 0.62 |
| Hex | 51 | 99 | EA | 41 | 23 | 0 | 8 | D4 | 4E | 3E |
| Octal | 121 | 231 | 352 | 101 | 43 | 0 | 10 | 324 | 116 | 76 |
| Binary | 1010001 | 10011001 | 11101010 | 1000001 | 100011 | 0 | 1000 | 11010100 | 1001110 | 111110 |
Color Harmonies of #5199EA
Complementary color
Monochromatic Colors of #5199EA
Black with #5199EA
Text Example
Text Example
White with #5199EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199EA; }
p { color: rgb(81,153,234); }
H1.HeaderClassName
{
color: #5199EA;
}
.AnyTagClassName
{
color: #5199EA;
}
</style>
background-color css
<style>
a { background-color: #5199EA; }
a { background-color: rgb(81,153,234); }
div.DivClassName
{
background-color: #5199EA;
}
.BgClassName
{
background-color: #5199EA;
}
</style>
border-color css
<style>
span { border-color: #5199EA; }
span { border-color: rgb(81,153,234); }
td.TdClassName
{
border-color: #5199EA;
}
.TagClassName
{
border-color: #5199EA;
}
</style>