Shades of Cornflower Blue #5183DF
Tints of Cornflower Blue #5183DF
RGB
CMYK
RGB Variations
Color information
#5183DF (or 0x5183DF) is known color: Cornflower Blue. HEX triplet: 51, 83 and DF. RGB value is (81,131,223). Sum of RGB (Red+Green+Blue) = 81+131+223=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #5183DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183DF is #AE7C20. Grayscale: #7E7E7E. Windows color (decimal): -11435041 or 14648145. OLE color: 14648145.
HSL color Cylindrical-coordinate representation of color #5183DF: hue angle of 218.87º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5183DF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 131 | 223 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.13 |
| HSL | 218.87º | 0.69% | 0.6% | - |
| HSV(B) | 218.87º | 0.64% | 0.87% | - |
| XYZ | 24.83 | 23.31 | 73 | - |
| YUV | 126.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 223 | 0.64 | 0.41 | 0 | 0.13 | 218.87 | 0.69 | 0.6 |
| Hex | 51 | 83 | DF | 40 | 29 | 0 | D | DB | 45 | 3C |
| Octal | 121 | 203 | 337 | 100 | 51 | 0 | 15 | 333 | 105 | 74 |
| Binary | 1010001 | 10000011 | 11011111 | 1000000 | 101001 | 0 | 1101 | 11011011 | 1000101 | 111100 |
Color Harmonies of #5183DF
Complementary color
Monochromatic Colors of #5183DF
Black with #5183DF
Text Example
Text Example
White with #5183DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183DF; }
p { color: rgb(81,131,223); }
H1.HeaderClassName
{
color: #5183DF;
}
.AnyTagClassName
{
color: #5183DF;
}
</style>
background-color css
<style>
a { background-color: #5183DF; }
a { background-color: rgb(81,131,223); }
div.DivClassName
{
background-color: #5183DF;
}
.BgClassName
{
background-color: #5183DF;
}
</style>
border-color css
<style>
span { border-color: #5183DF; }
span { border-color: rgb(81,131,223); }
td.TdClassName
{
border-color: #5183DF;
}
.TagClassName
{
border-color: #5183DF;
}
</style>