Shades of Summer Sky #318EDD
Tints of Summer Sky #318EDD
RGB
CMYK
RGB Variations
Color information
#318EDD (or 0x318EDD) is known color: Summer Sky. HEX triplet: 31, 8E and DD. RGB value is (49,142,221). Sum of RGB (Red+Green+Blue) = 49+142+221=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #318EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EDD is #CE7122. Grayscale: #7A7A7A. Windows color (decimal): -13529379 or 14519857. OLE color: 14519857.
HSL color Cylindrical-coordinate representation of color #318EDD: hue angle of 207.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318EDD is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 142 | 221 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.13 |
| HSL | 207.56º | 0.72% | 0.53% | - |
| HSV(B) | 207.56º | 0.78% | 0.87% | - |
| XYZ | 23.99 | 25.22 | 72.01 | - |
| YUV | 123.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 221 | 0.78 | 0.36 | 0 | 0.13 | 207.56 | 0.72 | 0.53 |
| Hex | 31 | 8E | DD | 4E | 24 | 0 | D | D0 | 48 | 35 |
| Octal | 61 | 216 | 335 | 116 | 44 | 0 | 15 | 320 | 110 | 65 |
| Binary | 110001 | 10001110 | 11011101 | 1001110 | 100100 | 0 | 1101 | 11010000 | 1001000 | 110101 |
Color Harmonies of #318EDD
Complementary color
Monochromatic Colors of #318EDD
Black with #318EDD
Text Example
Text Example
White with #318EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318EDD; }
p { color: rgb(49,142,221); }
H1.HeaderClassName
{
color: #318EDD;
}
.AnyTagClassName
{
color: #318EDD;
}
</style>
background-color css
<style>
a { background-color: #318EDD; }
a { background-color: rgb(49,142,221); }
div.DivClassName
{
background-color: #318EDD;
}
.BgClassName
{
background-color: #318EDD;
}
</style>
border-color css
<style>
span { border-color: #318EDD; }
span { border-color: rgb(49,142,221); }
td.TdClassName
{
border-color: #318EDD;
}
.TagClassName
{
border-color: #318EDD;
}
</style>