Shades of Cornflower Blue #5183E9
Tints of Cornflower Blue #5183E9
RGB
CMYK
RGB Variations
Color information
#5183E9 (or 0x5183E9) is known color: Cornflower Blue. HEX triplet: 51, 83 and E9. RGB value is (81,131,233). Sum of RGB (Red+Green+Blue) = 81+131+233=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #5183E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5183E9 is #AE7C16. Grayscale: #7F7F7F. Windows color (decimal): -11435031 or 15303505. OLE color: 15303505.
HSL color Cylindrical-coordinate representation of color #5183E9: hue angle of 220.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5183E9 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 131 | 233 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.09 |
| HSL | 220.26º | 0.78% | 0.62% | - |
| HSV(B) | 220.26º | 0.65% | 0.91% | - |
| XYZ | 26.22 | 23.87 | 80.32 | - |
| YUV | 127.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 233 | 0.65 | 0.44 | 0 | 0.09 | 220.26 | 0.78 | 0.62 |
| Hex | 51 | 83 | E9 | 41 | 2C | 0 | 9 | DC | 4E | 3E |
| Octal | 121 | 203 | 351 | 101 | 54 | 0 | 11 | 334 | 116 | 76 |
| Binary | 1010001 | 10000011 | 11101001 | 1000001 | 101100 | 0 | 1001 | 11011100 | 1001110 | 111110 |
Color Harmonies of #5183E9
Complementary color
Monochromatic Colors of #5183E9
Black with #5183E9
Text Example
Text Example
White with #5183E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183E9; }
p { color: rgb(81,131,233); }
H1.HeaderClassName
{
color: #5183E9;
}
.AnyTagClassName
{
color: #5183E9;
}
</style>
background-color css
<style>
a { background-color: #5183E9; }
a { background-color: rgb(81,131,233); }
div.DivClassName
{
background-color: #5183E9;
}
.BgClassName
{
background-color: #5183E9;
}
</style>
border-color css
<style>
span { border-color: #5183E9; }
span { border-color: rgb(81,131,233); }
td.TdClassName
{
border-color: #5183E9;
}
.TagClassName
{
border-color: #5183E9;
}
</style>