Shades of Summer Sky #309ED4
Tints of Summer Sky #309ED4
RGB
CMYK
RGB Variations
Color information
#309ED4 (or 0x309ED4) is known color: Summer Sky. HEX triplet: 30, 9E and D4. RGB value is (48,158,212). Sum of RGB (Red+Green+Blue) = 48+158+212=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #309ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ED4 is #CF612B. Grayscale: #828282. Windows color (decimal): -13590828 or 13934128. OLE color: 13934128.
HSL color Cylindrical-coordinate representation of color #309ED4: hue angle of 199.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309ED4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 158 | 212 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.17 |
| HSL | 199.76º | 0.66% | 0.51% | - |
| HSV(B) | 199.76º | 0.77% | 0.83% | - |
| XYZ | 25.33 | 29.84 | 66.71 | - |
| YUV | 131.27 | 173.56 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 212 | 0.77 | 0.25 | 0 | 0.17 | 199.76 | 0.66 | 0.51 |
| Hex | 30 | 9E | D4 | 4D | 19 | 0 | 11 | C8 | 42 | 33 |
| Octal | 60 | 236 | 324 | 115 | 31 | 0 | 21 | 310 | 102 | 63 |
| Binary | 110000 | 10011110 | 11010100 | 1001101 | 11001 | 0 | 10001 | 11001000 | 1000010 | 110011 |
Color Harmonies of #309ED4
Complementary color
Monochromatic Colors of #309ED4
Black with #309ED4
Text Example
Text Example
White with #309ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309ED4; }
p { color: rgb(48,158,212); }
H1.HeaderClassName
{
color: #309ED4;
}
.AnyTagClassName
{
color: #309ED4;
}
</style>
background-color css
<style>
a { background-color: #309ED4; }
a { background-color: rgb(48,158,212); }
div.DivClassName
{
background-color: #309ED4;
}
.BgClassName
{
background-color: #309ED4;
}
</style>
border-color css
<style>
span { border-color: #309ED4; }
span { border-color: rgb(48,158,212); }
td.TdClassName
{
border-color: #309ED4;
}
.TagClassName
{
border-color: #309ED4;
}
</style>