Shades of Summer Sky #2494DC
Tints of Summer Sky #2494DC
RGB
CMYK
RGB Variations
Color information
#2494DC (or 0x2494DC) is known color: Summer Sky. HEX triplet: 24, 94 and DC. RGB value is (36,148,220). Sum of RGB (Red+Green+Blue) = 36+148+220=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #2494DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494DC is #DB6B23. Grayscale: #7A7A7A. Windows color (decimal): -14379812 or 14455844. OLE color: 14455844.
HSL color Cylindrical-coordinate representation of color #2494DC: hue angle of 203.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2494DC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 148 | 220 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.14 |
| HSL | 203.48º | 0.72% | 0.5% | - |
| HSV(B) | 203.48º | 0.84% | 0.86% | - |
| XYZ | 24.24 | 26.72 | 71.59 | - |
| YUV | 122.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 220 | 0.84 | 0.33 | 0 | 0.14 | 203.48 | 0.72 | 0.5 |
| Hex | 24 | 94 | DC | 54 | 21 | 0 | E | CB | 48 | 32 |
| Octal | 44 | 224 | 334 | 124 | 41 | 0 | 16 | 313 | 110 | 62 |
| Binary | 100100 | 10010100 | 11011100 | 1010100 | 100001 | 0 | 1110 | 11001011 | 1001000 | 110010 |
Color Harmonies of #2494DC
Complementary color
Monochromatic Colors of #2494DC
Black with #2494DC
Text Example
Text Example
White with #2494DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2494DC; }
p { color: rgb(36,148,220); }
H1.HeaderClassName
{
color: #2494DC;
}
.AnyTagClassName
{
color: #2494DC;
}
</style>
background-color css
<style>
a { background-color: #2494DC; }
a { background-color: rgb(36,148,220); }
div.DivClassName
{
background-color: #2494DC;
}
.BgClassName
{
background-color: #2494DC;
}
</style>
border-color css
<style>
span { border-color: #2494DC; }
span { border-color: rgb(36,148,220); }
td.TdClassName
{
border-color: #2494DC;
}
.TagClassName
{
border-color: #2494DC;
}
</style>