Shades of Cornflower Blue #5D82EC
Tints of Cornflower Blue #5D82EC
RGB
CMYK
RGB Variations
Color information
#5D82EC (or 0x5D82EC) is known color: Cornflower Blue. HEX triplet: 5D, 82 and EC. RGB value is (93,130,236). Sum of RGB (Red+Green+Blue) = 93+130+236=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D82EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D82EC is #A27D13. Grayscale: #828282. Windows color (decimal): -10648852 or 15499869. OLE color: 15499869.
HSL color Cylindrical-coordinate representation of color #5D82EC: hue angle of 224.48º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D82EC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 130 | 236 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.07 |
| HSL | 224.48º | 0.79% | 0.65% | - |
| HSV(B) | 224.48º | 0.61% | 0.93% | - |
| XYZ | 27.64 | 24.35 | 82.6 | - |
| YUV | 131.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 236 | 0.61 | 0.45 | 0 | 0.07 | 224.48 | 0.79 | 0.65 |
| Hex | 5D | 82 | EC | 3D | 2D | 0 | 7 | E0 | 4F | 41 |
| Octal | 135 | 202 | 354 | 75 | 55 | 0 | 7 | 340 | 117 | 101 |
| Binary | 1011101 | 10000010 | 11101100 | 111101 | 101101 | 0 | 111 | 11100000 | 1001111 | 1000001 |
Color Harmonies of #5D82EC
Complementary color
Monochromatic Colors of #5D82EC
Black with #5D82EC
Text Example
Text Example
White with #5D82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D82EC; }
p { color: rgb(93,130,236); }
H1.HeaderClassName
{
color: #5D82EC;
}
.AnyTagClassName
{
color: #5D82EC;
}
</style>
background-color css
<style>
a { background-color: #5D82EC; }
a { background-color: rgb(93,130,236); }
div.DivClassName
{
background-color: #5D82EC;
}
.BgClassName
{
background-color: #5D82EC;
}
</style>
border-color css
<style>
span { border-color: #5D82EC; }
span { border-color: rgb(93,130,236); }
td.TdClassName
{
border-color: #5D82EC;
}
.TagClassName
{
border-color: #5D82EC;
}
</style>