Shades of Summer Sky #2497D7
Tints of Summer Sky #2497D7
RGB
CMYK
RGB Variations
Color information
#2497D7 (or 0x2497D7) is known color: Summer Sky. HEX triplet: 24, 97 and D7. RGB value is (36,151,215). Sum of RGB (Red+Green+Blue) = 36+151+215=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #2497D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497D7 is #DB6828. Grayscale: #7B7B7B. Windows color (decimal): -14379049 or 14128932. OLE color: 14128932.
HSL color Cylindrical-coordinate representation of color #2497D7: hue angle of 201.45º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2497D7 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 151 | 215 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.16 |
| HSL | 201.45º | 0.71% | 0.49% | - |
| HSV(B) | 201.45º | 0.83% | 0.84% | - |
| XYZ | 24.06 | 27.41 | 68.31 | - |
| YUV | 123.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 215 | 0.83 | 0.30 | 0 | 0.16 | 201.45 | 0.71 | 0.49 |
| Hex | 24 | 97 | D7 | 53 | 1E | 0 | 10 | C9 | 47 | 31 |
| Octal | 44 | 227 | 327 | 123 | 36 | 0 | 20 | 311 | 107 | 61 |
| Binary | 100100 | 10010111 | 11010111 | 1010011 | 11110 | 0 | 10000 | 11001001 | 1000111 | 110001 |
Color Harmonies of #2497D7
Complementary color
Monochromatic Colors of #2497D7
Black with #2497D7
Text Example
Text Example
White with #2497D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497D7; }
p { color: rgb(36,151,215); }
H1.HeaderClassName
{
color: #2497D7;
}
.AnyTagClassName
{
color: #2497D7;
}
</style>
background-color css
<style>
a { background-color: #2497D7; }
a { background-color: rgb(36,151,215); }
div.DivClassName
{
background-color: #2497D7;
}
.BgClassName
{
background-color: #2497D7;
}
</style>
border-color css
<style>
span { border-color: #2497D7; }
span { border-color: rgb(36,151,215); }
td.TdClassName
{
border-color: #2497D7;
}
.TagClassName
{
border-color: #2497D7;
}
</style>