Shades of Cornflower Blue #5193E1
Tints of Cornflower Blue #5193E1
RGB
CMYK
RGB Variations
Color information
#5193E1 (or 0x5193E1) is known color: Cornflower Blue. HEX triplet: 51, 93 and E1. RGB value is (81,147,225). Sum of RGB (Red+Green+Blue) = 81+147+225=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #5193E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193E1 is #AE6C1E. Grayscale: #878787. Windows color (decimal): -11430943 or 14783313. OLE color: 14783313.
HSL color Cylindrical-coordinate representation of color #5193E1: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5193E1 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 147 | 225 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.12 |
| HSL | 212.5º | 0.71% | 0.6% | - |
| HSV(B) | 212.5º | 0.64% | 0.88% | - |
| XYZ | 27.42 | 28.05 | 75.2 | - |
| YUV | 136.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 225 | 0.64 | 0.35 | 0 | 0.12 | 212.5 | 0.71 | 0.6 |
| Hex | 51 | 93 | E1 | 40 | 23 | 0 | C | D4 | 47 | 3C |
| Octal | 121 | 223 | 341 | 100 | 43 | 0 | 14 | 324 | 107 | 74 |
| Binary | 1010001 | 10010011 | 11100001 | 1000000 | 100011 | 0 | 1100 | 11010100 | 1000111 | 111100 |
Color Harmonies of #5193E1
Complementary color
Monochromatic Colors of #5193E1
Black with #5193E1
Text Example
Text Example
White with #5193E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193E1; }
p { color: rgb(81,147,225); }
H1.HeaderClassName
{
color: #5193E1;
}
.AnyTagClassName
{
color: #5193E1;
}
</style>
background-color css
<style>
a { background-color: #5193E1; }
a { background-color: rgb(81,147,225); }
div.DivClassName
{
background-color: #5193E1;
}
.BgClassName
{
background-color: #5193E1;
}
</style>
border-color css
<style>
span { border-color: #5193E1; }
span { border-color: rgb(81,147,225); }
td.TdClassName
{
border-color: #5193E1;
}
.TagClassName
{
border-color: #5193E1;
}
</style>