Shades of Summer Sky #249FE0
Tints of Summer Sky #249FE0
RGB
CMYK
RGB Variations
Color information
#249FE0 (or 0x249FE0) is known color: Summer Sky. HEX triplet: 24, 9F and E0. RGB value is (36,159,224). Sum of RGB (Red+Green+Blue) = 36+159+224=419 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.59% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #249FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FE0 is #DB601F. Grayscale: #818181. Windows color (decimal): -14376992 or 14720804. OLE color: 14720804.
HSL color Cylindrical-coordinate representation of color #249FE0: hue angle of 200.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249FE0 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 159 | 224 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.12 |
| HSL | 200.74º | 0.75% | 0.51% | - |
| HSV(B) | 200.74º | 0.84% | 0.88% | - |
| XYZ | 26.58 | 30.55 | 75.02 | - |
| YUV | 129.63 | 181.25 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 224 | 0.84 | 0.29 | 0 | 0.12 | 200.74 | 0.75 | 0.51 |
| Hex | 24 | 9F | E0 | 54 | 1D | 0 | C | C9 | 4B | 33 |
| Octal | 44 | 237 | 340 | 124 | 35 | 0 | 14 | 311 | 113 | 63 |
| Binary | 100100 | 10011111 | 11100000 | 1010100 | 11101 | 0 | 1100 | 11001001 | 1001011 | 110011 |
Color Harmonies of #249FE0
Complementary color
Monochromatic Colors of #249FE0
Black with #249FE0
Text Example
Text Example
White with #249FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FE0; }
p { color: rgb(36,159,224); }
H1.HeaderClassName
{
color: #249FE0;
}
.AnyTagClassName
{
color: #249FE0;
}
</style>
background-color css
<style>
a { background-color: #249FE0; }
a { background-color: rgb(36,159,224); }
div.DivClassName
{
background-color: #249FE0;
}
.BgClassName
{
background-color: #249FE0;
}
</style>
border-color css
<style>
span { border-color: #249FE0; }
span { border-color: rgb(36,159,224); }
td.TdClassName
{
border-color: #249FE0;
}
.TagClassName
{
border-color: #249FE0;
}
</style>