Shades of Summer Sky #449FDB
Tints of Summer Sky #449FDB
RGB
CMYK
RGB Variations
Color information
#449FDB (or 0x449FDB) is known color: Summer Sky. HEX triplet: 44, 9F and DB. RGB value is (68,159,219). Sum of RGB (Red+Green+Blue) = 68+159+219=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #449FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FDB is #BB6024. Grayscale: #8A8A8A. Windows color (decimal): -12279845 or 14393156. OLE color: 14393156.
HSL color Cylindrical-coordinate representation of color #449FDB: hue angle of 203.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449FDB is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 159 | 219 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.14 |
| HSL | 203.84º | 0.68% | 0.56% | - |
| HSV(B) | 203.84º | 0.69% | 0.86% | - |
| XYZ | 27.57 | 31.14 | 71.58 | - |
| YUV | 138.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 219 | 0.69 | 0.27 | 0 | 0.14 | 203.84 | 0.68 | 0.56 |
| Hex | 44 | 9F | DB | 45 | 1B | 0 | E | CC | 44 | 38 |
| Octal | 104 | 237 | 333 | 105 | 33 | 0 | 16 | 314 | 104 | 70 |
| Binary | 1000100 | 10011111 | 11011011 | 1000101 | 11011 | 0 | 1110 | 11001100 | 1000100 | 111000 |
Color Harmonies of #449FDB
Complementary color
Monochromatic Colors of #449FDB
Black with #449FDB
Text Example
Text Example
White with #449FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FDB; }
p { color: rgb(68,159,219); }
H1.HeaderClassName
{
color: #449FDB;
}
.AnyTagClassName
{
color: #449FDB;
}
</style>
background-color css
<style>
a { background-color: #449FDB; }
a { background-color: rgb(68,159,219); }
div.DivClassName
{
background-color: #449FDB;
}
.BgClassName
{
background-color: #449FDB;
}
</style>
border-color css
<style>
span { border-color: #449FDB; }
span { border-color: rgb(68,159,219); }
td.TdClassName
{
border-color: #449FDB;
}
.TagClassName
{
border-color: #449FDB;
}
</style>