Shades of Summer Sky #308DDC
Tints of Summer Sky #308DDC
RGB
CMYK
RGB Variations
Color information
#308DDC (or 0x308DDC) is known color: Summer Sky. HEX triplet: 30, 8D and DC. RGB value is (48,141,220). Sum of RGB (Red+Green+Blue) = 48+141+220=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #308DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DDC is #CF7223. Grayscale: #797979. Windows color (decimal): -13595172 or 14454064. OLE color: 14454064.
HSL color Cylindrical-coordinate representation of color #308DDC: hue angle of 207.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308DDC is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 141 | 220 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.14 |
| HSL | 207.56º | 0.71% | 0.53% | - |
| HSV(B) | 207.56º | 0.78% | 0.86% | - |
| XYZ | 23.66 | 24.85 | 71.26 | - |
| YUV | 122.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 220 | 0.78 | 0.36 | 0 | 0.14 | 207.56 | 0.71 | 0.53 |
| Hex | 30 | 8D | DC | 4E | 24 | 0 | E | D0 | 47 | 35 |
| Octal | 60 | 215 | 334 | 116 | 44 | 0 | 16 | 320 | 107 | 65 |
| Binary | 110000 | 10001101 | 11011100 | 1001110 | 100100 | 0 | 1110 | 11010000 | 1000111 | 110101 |
Color Harmonies of #308DDC
Complementary color
Monochromatic Colors of #308DDC
Black with #308DDC
Text Example
Text Example
White with #308DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DDC; }
p { color: rgb(48,141,220); }
H1.HeaderClassName
{
color: #308DDC;
}
.AnyTagClassName
{
color: #308DDC;
}
</style>
background-color css
<style>
a { background-color: #308DDC; }
a { background-color: rgb(48,141,220); }
div.DivClassName
{
background-color: #308DDC;
}
.BgClassName
{
background-color: #308DDC;
}
</style>
border-color css
<style>
span { border-color: #308DDC; }
span { border-color: rgb(48,141,220); }
td.TdClassName
{
border-color: #308DDC;
}
.TagClassName
{
border-color: #308DDC;
}
</style>