Shades of Cornflower Blue #5183DE
Tints of Cornflower Blue #5183DE
RGB
CMYK
RGB Variations
Color information
#5183DE (or 0x5183DE) is known color: Cornflower Blue. HEX triplet: 51, 83 and DE. RGB value is (81,131,222). Sum of RGB (Red+Green+Blue) = 81+131+222=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #5183DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183DE is #AE7C21. Grayscale: #7E7E7E. Windows color (decimal): -11435042 or 14582609. OLE color: 14582609.
HSL color Cylindrical-coordinate representation of color #5183DE: hue angle of 218.72º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5183DE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 131 | 222 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.13 |
| HSL | 218.72º | 0.68% | 0.59% | - |
| HSV(B) | 218.72º | 0.64% | 0.87% | - |
| XYZ | 24.69 | 23.26 | 72.29 | - |
| YUV | 126.42 | 181.94 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 222 | 0.64 | 0.41 | 0 | 0.13 | 218.72 | 0.68 | 0.59 |
| Hex | 51 | 83 | DE | 40 | 29 | 0 | D | DB | 44 | 3B |
| Octal | 121 | 203 | 336 | 100 | 51 | 0 | 15 | 333 | 104 | 73 |
| Binary | 1010001 | 10000011 | 11011110 | 1000000 | 101001 | 0 | 1101 | 11011011 | 1000100 | 111011 |
Color Harmonies of #5183DE
Complementary color
Monochromatic Colors of #5183DE
Black with #5183DE
Text Example
Text Example
White with #5183DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183DE; }
p { color: rgb(81,131,222); }
H1.HeaderClassName
{
color: #5183DE;
}
.AnyTagClassName
{
color: #5183DE;
}
</style>
background-color css
<style>
a { background-color: #5183DE; }
a { background-color: rgb(81,131,222); }
div.DivClassName
{
background-color: #5183DE;
}
.BgClassName
{
background-color: #5183DE;
}
</style>
border-color css
<style>
span { border-color: #5183DE; }
span { border-color: rgb(81,131,222); }
td.TdClassName
{
border-color: #5183DE;
}
.TagClassName
{
border-color: #5183DE;
}
</style>