Shades of Summer Sky #2493D8
Tints of Summer Sky #2493D8
RGB
CMYK
RGB Variations
Color information
#2493D8 (or 0x2493D8) is known color: Summer Sky. HEX triplet: 24, 93 and D8. RGB value is (36,147,216). Sum of RGB (Red+Green+Blue) = 36+147+216=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #2493D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493D8 is #DB6C27. Grayscale: #797979. Windows color (decimal): -14380072 or 14193444. OLE color: 14193444.
HSL color Cylindrical-coordinate representation of color #2493D8: hue angle of 203º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2493D8 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 147 | 216 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.15 |
| HSL | 203º | 0.71% | 0.49% | - |
| HSV(B) | 203º | 0.83% | 0.85% | - |
| XYZ | 23.56 | 26.2 | 68.78 | - |
| YUV | 121.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 216 | 0.83 | 0.32 | 0 | 0.15 | 203 | 0.71 | 0.49 |
| Hex | 24 | 93 | D8 | 53 | 20 | 0 | F | CB | 47 | 31 |
| Octal | 44 | 223 | 330 | 123 | 40 | 0 | 17 | 313 | 107 | 61 |
| Binary | 100100 | 10010011 | 11011000 | 1010011 | 100000 | 0 | 1111 | 11001011 | 1000111 | 110001 |
Color Harmonies of #2493D8
Complementary color
Monochromatic Colors of #2493D8
Black with #2493D8
Text Example
Text Example
White with #2493D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2493D8; }
p { color: rgb(36,147,216); }
H1.HeaderClassName
{
color: #2493D8;
}
.AnyTagClassName
{
color: #2493D8;
}
</style>
background-color css
<style>
a { background-color: #2493D8; }
a { background-color: rgb(36,147,216); }
div.DivClassName
{
background-color: #2493D8;
}
.BgClassName
{
background-color: #2493D8;
}
</style>
border-color css
<style>
span { border-color: #2493D8; }
span { border-color: rgb(36,147,216); }
td.TdClassName
{
border-color: #2493D8;
}
.TagClassName
{
border-color: #2493D8;
}
</style>