Shades of Summer Sky #2497DC
Tints of Summer Sky #2497DC
RGB
CMYK
RGB Variations
Color information
#2497DC (or 0x2497DC) is known color: Summer Sky. HEX triplet: 24, 97 and DC. RGB value is (36,151,220). Sum of RGB (Red+Green+Blue) = 36+151+220=407 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.85% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #2497DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497DC is #DB6823. Grayscale: #7C7C7C. Windows color (decimal): -14379044 or 14456612. OLE color: 14456612.
HSL color Cylindrical-coordinate representation of color #2497DC: hue angle of 202.5º 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 #2497DC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 151 | 220 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.14 |
| HSL | 202.5º | 0.72% | 0.5% | - |
| HSV(B) | 202.5º | 0.84% | 0.86% | - |
| XYZ | 24.71 | 27.68 | 71.75 | - |
| YUV | 124.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 220 | 0.84 | 0.31 | 0 | 0.14 | 202.5 | 0.72 | 0.5 |
| Hex | 24 | 97 | DC | 54 | 1F | 0 | E | CA | 48 | 32 |
| Octal | 44 | 227 | 334 | 124 | 37 | 0 | 16 | 312 | 110 | 62 |
| Binary | 100100 | 10010111 | 11011100 | 1010100 | 11111 | 0 | 1110 | 11001010 | 1001000 | 110010 |
Color Harmonies of #2497DC
Complementary color
Monochromatic Colors of #2497DC
Black with #2497DC
Text Example
Text Example
White with #2497DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497DC; }
p { color: rgb(36,151,220); }
H1.HeaderClassName
{
color: #2497DC;
}
.AnyTagClassName
{
color: #2497DC;
}
</style>
background-color css
<style>
a { background-color: #2497DC; }
a { background-color: rgb(36,151,220); }
div.DivClassName
{
background-color: #2497DC;
}
.BgClassName
{
background-color: #2497DC;
}
</style>
border-color css
<style>
span { border-color: #2497DC; }
span { border-color: rgb(36,151,220); }
td.TdClassName
{
border-color: #2497DC;
}
.TagClassName
{
border-color: #2497DC;
}
</style>