Shades of Summer Sky #399FDB
Tints of Summer Sky #399FDB
RGB
CMYK
RGB Variations
Color information
#399FDB (or 0x399FDB) is known color: Summer Sky. HEX triplet: 39, 9F and DB. RGB value is (57,159,219). Sum of RGB (Red+Green+Blue) = 57+159+219=435 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.10% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #399FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FDB is #C66024. Grayscale: #868686. Windows color (decimal): -13000741 or 14393145. OLE color: 14393145.
HSL color Cylindrical-coordinate representation of color #399FDB: hue angle of 202.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399FDB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 159 | 219 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.14 |
| HSL | 202.22º | 0.69% | 0.54% | - |
| HSV(B) | 202.22º | 0.74% | 0.86% | - |
| XYZ | 26.87 | 30.78 | 71.54 | - |
| YUV | 135.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 219 | 0.74 | 0.27 | 0 | 0.14 | 202.22 | 0.69 | 0.54 |
| Hex | 39 | 9F | DB | 4A | 1B | 0 | E | CA | 45 | 36 |
| Octal | 71 | 237 | 333 | 112 | 33 | 0 | 16 | 312 | 105 | 66 |
| Binary | 111001 | 10011111 | 11011011 | 1001010 | 11011 | 0 | 1110 | 11001010 | 1000101 | 110110 |
Color Harmonies of #399FDB
Complementary color
Monochromatic Colors of #399FDB
Black with #399FDB
Text Example
Text Example
White with #399FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399FDB; }
p { color: rgb(57,159,219); }
H1.HeaderClassName
{
color: #399FDB;
}
.AnyTagClassName
{
color: #399FDB;
}
</style>
background-color css
<style>
a { background-color: #399FDB; }
a { background-color: rgb(57,159,219); }
div.DivClassName
{
background-color: #399FDB;
}
.BgClassName
{
background-color: #399FDB;
}
</style>
border-color css
<style>
span { border-color: #399FDB; }
span { border-color: rgb(57,159,219); }
td.TdClassName
{
border-color: #399FDB;
}
.TagClassName
{
border-color: #399FDB;
}
</style>