Shades of Summer Sky #249BDF
Tints of Summer Sky #249BDF
RGB
CMYK
RGB Variations
Color information
#249BDF (or 0x249BDF) is known color: Summer Sky. HEX triplet: 24, 9B and DF. RGB value is (36,155,223). Sum of RGB (Red+Green+Blue) = 36+155+223=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #249BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BDF is #DB6420. Grayscale: #7E7E7E. Windows color (decimal): -14378017 or 14654244. OLE color: 14654244.
HSL color Cylindrical-coordinate representation of color #249BDF: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249BDF is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 155 | 223 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.13 |
| HSL | 201.82º | 0.75% | 0.51% | - |
| HSV(B) | 201.82º | 0.84% | 0.87% | - |
| XYZ | 25.77 | 29.15 | 74.08 | - |
| YUV | 127.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 223 | 0.84 | 0.30 | 0 | 0.13 | 201.82 | 0.75 | 0.51 |
| Hex | 24 | 9B | DF | 54 | 1E | 0 | D | CA | 4B | 33 |
| Octal | 44 | 233 | 337 | 124 | 36 | 0 | 15 | 312 | 113 | 63 |
| Binary | 100100 | 10011011 | 11011111 | 1010100 | 11110 | 0 | 1101 | 11001010 | 1001011 | 110011 |
Color Harmonies of #249BDF
Complementary color
Monochromatic Colors of #249BDF
Black with #249BDF
Text Example
Text Example
White with #249BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BDF; }
p { color: rgb(36,155,223); }
H1.HeaderClassName
{
color: #249BDF;
}
.AnyTagClassName
{
color: #249BDF;
}
</style>
background-color css
<style>
a { background-color: #249BDF; }
a { background-color: rgb(36,155,223); }
div.DivClassName
{
background-color: #249BDF;
}
.BgClassName
{
background-color: #249BDF;
}
</style>
border-color css
<style>
span { border-color: #249BDF; }
span { border-color: rgb(36,155,223); }
td.TdClassName
{
border-color: #249BDF;
}
.TagClassName
{
border-color: #249BDF;
}
</style>