Shades of Summer Sky #309EDB
Tints of Summer Sky #309EDB
RGB
CMYK
RGB Variations
Color information
#309EDB (or 0x309EDB) is known color: Summer Sky. HEX triplet: 30, 9E and DB. RGB value is (48,158,219). Sum of RGB (Red+Green+Blue) = 48+158+219=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #309EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EDB is #CF6124. Grayscale: #838383. Windows color (decimal): -13590821 or 14392880. OLE color: 14392880.
HSL color Cylindrical-coordinate representation of color #309EDB: hue angle of 201.4º 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 #309EDB is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 158 | 219 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.14 |
| HSL | 201.4º | 0.7% | 0.52% | - |
| HSV(B) | 201.4º | 0.78% | 0.86% | - |
| XYZ | 26.23 | 30.2 | 71.46 | - |
| YUV | 132.06 | 177.06 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 219 | 0.78 | 0.28 | 0 | 0.14 | 201.4 | 0.7 | 0.52 |
| Hex | 30 | 9E | DB | 4E | 1C | 0 | E | C9 | 46 | 34 |
| Octal | 60 | 236 | 333 | 116 | 34 | 0 | 16 | 311 | 106 | 64 |
| Binary | 110000 | 10011110 | 11011011 | 1001110 | 11100 | 0 | 1110 | 11001001 | 1000110 | 110100 |
Color Harmonies of #309EDB
Complementary color
Monochromatic Colors of #309EDB
Black with #309EDB
Text Example
Text Example
White with #309EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EDB; }
p { color: rgb(48,158,219); }
H1.HeaderClassName
{
color: #309EDB;
}
.AnyTagClassName
{
color: #309EDB;
}
</style>
background-color css
<style>
a { background-color: #309EDB; }
a { background-color: rgb(48,158,219); }
div.DivClassName
{
background-color: #309EDB;
}
.BgClassName
{
background-color: #309EDB;
}
</style>
border-color css
<style>
span { border-color: #309EDB; }
span { border-color: rgb(48,158,219); }
td.TdClassName
{
border-color: #309EDB;
}
.TagClassName
{
border-color: #309EDB;
}
</style>