Shades of Cornflower Blue #5293ED
Tints of Cornflower Blue #5293ED
RGB
CMYK
RGB Variations
Color information
#5293ED (or 0x5293ED) is known color: Cornflower Blue. HEX triplet: 52, 93 and ED. RGB value is (82,147,237). Sum of RGB (Red+Green+Blue) = 82+147+237=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #5293ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5293ED is #AD6C12. Grayscale: #898989. Windows color (decimal): -11365395 or 15569746. OLE color: 15569746.
HSL color Cylindrical-coordinate representation of color #5293ED: hue angle of 214.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5293ED is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 147 | 237 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.07 |
| HSL | 214.84º | 0.81% | 0.63% | - |
| HSV(B) | 214.84º | 0.65% | 0.93% | - |
| XYZ | 29.2 | 28.78 | 84.14 | - |
| YUV | 137.83 | 183.97 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 237 | 0.65 | 0.38 | 0 | 0.07 | 214.84 | 0.81 | 0.63 |
| Hex | 52 | 93 | ED | 41 | 26 | 0 | 7 | D7 | 51 | 3F |
| Octal | 122 | 223 | 355 | 101 | 46 | 0 | 7 | 327 | 121 | 77 |
| Binary | 1010010 | 10010011 | 11101101 | 1000001 | 100110 | 0 | 111 | 11010111 | 1010001 | 111111 |
Color Harmonies of #5293ED
Complementary color
Monochromatic Colors of #5293ED
Black with #5293ED
Text Example
Text Example
White with #5293ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293ED; }
p { color: rgb(82,147,237); }
H1.HeaderClassName
{
color: #5293ED;
}
.AnyTagClassName
{
color: #5293ED;
}
</style>
background-color css
<style>
a { background-color: #5293ED; }
a { background-color: rgb(82,147,237); }
div.DivClassName
{
background-color: #5293ED;
}
.BgClassName
{
background-color: #5293ED;
}
</style>
border-color css
<style>
span { border-color: #5293ED; }
span { border-color: rgb(82,147,237); }
td.TdClassName
{
border-color: #5293ED;
}
.TagClassName
{
border-color: #5293ED;
}
</style>