Shades of Summer Sky #308FDB
Tints of Summer Sky #308FDB
RGB
CMYK
RGB Variations
Color information
#308FDB (or 0x308FDB) is known color: Summer Sky. HEX triplet: 30, 8F and DB. RGB value is (48,143,219). Sum of RGB (Red+Green+Blue) = 48+143+219=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #308FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FDB is #CF7024. Grayscale: #7A7A7A. Windows color (decimal): -13594661 or 14389040. OLE color: 14389040.
HSL color Cylindrical-coordinate representation of color #308FDB: hue angle of 206.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308FDB is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 143 | 219 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.14 |
| HSL | 206.67º | 0.7% | 0.52% | - |
| HSV(B) | 206.67º | 0.78% | 0.86% | - |
| XYZ | 23.83 | 25.39 | 70.66 | - |
| YUV | 123.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 219 | 0.78 | 0.35 | 0 | 0.14 | 206.67 | 0.7 | 0.52 |
| Hex | 30 | 8F | DB | 4E | 23 | 0 | E | CF | 46 | 34 |
| Octal | 60 | 217 | 333 | 116 | 43 | 0 | 16 | 317 | 106 | 64 |
| Binary | 110000 | 10001111 | 11011011 | 1001110 | 100011 | 0 | 1110 | 11001111 | 1000110 | 110100 |
Color Harmonies of #308FDB
Complementary color
Monochromatic Colors of #308FDB
Black with #308FDB
Text Example
Text Example
White with #308FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FDB; }
p { color: rgb(48,143,219); }
H1.HeaderClassName
{
color: #308FDB;
}
.AnyTagClassName
{
color: #308FDB;
}
</style>
background-color css
<style>
a { background-color: #308FDB; }
a { background-color: rgb(48,143,219); }
div.DivClassName
{
background-color: #308FDB;
}
.BgClassName
{
background-color: #308FDB;
}
</style>
border-color css
<style>
span { border-color: #308FDB; }
span { border-color: rgb(48,143,219); }
td.TdClassName
{
border-color: #308FDB;
}
.TagClassName
{
border-color: #308FDB;
}
</style>