Shades of Summer Sky #319EDF
Tints of Summer Sky #319EDF
RGB
CMYK
RGB Variations
Color information
#319EDF (or 0x319EDF) is known color: Summer Sky. HEX triplet: 31, 9E and DF. RGB value is (49,158,223). Sum of RGB (Red+Green+Blue) = 49+158+223=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #319EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EDF is #CE6120. Grayscale: #848484. Windows color (decimal): -13525281 or 14655025. OLE color: 14655025.
HSL color Cylindrical-coordinate representation of color #319EDF: hue angle of 202.41º degrees, saturation: 0.73, 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 #319EDF is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 158 | 223 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.13 |
| HSL | 202.41º | 0.73% | 0.53% | - |
| HSV(B) | 202.41º | 0.78% | 0.87% | - |
| XYZ | 26.81 | 30.43 | 74.27 | - |
| YUV | 132.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 223 | 0.78 | 0.29 | 0 | 0.13 | 202.41 | 0.73 | 0.53 |
| Hex | 31 | 9E | DF | 4E | 1D | 0 | D | CA | 49 | 35 |
| Octal | 61 | 236 | 337 | 116 | 35 | 0 | 15 | 312 | 111 | 65 |
| Binary | 110001 | 10011110 | 11011111 | 1001110 | 11101 | 0 | 1101 | 11001010 | 1001001 | 110101 |
Color Harmonies of #319EDF
Complementary color
Monochromatic Colors of #319EDF
Black with #319EDF
Text Example
Text Example
White with #319EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EDF; }
p { color: rgb(49,158,223); }
H1.HeaderClassName
{
color: #319EDF;
}
.AnyTagClassName
{
color: #319EDF;
}
</style>
background-color css
<style>
a { background-color: #319EDF; }
a { background-color: rgb(49,158,223); }
div.DivClassName
{
background-color: #319EDF;
}
.BgClassName
{
background-color: #319EDF;
}
</style>
border-color css
<style>
span { border-color: #319EDF; }
span { border-color: rgb(49,158,223); }
td.TdClassName
{
border-color: #319EDF;
}
.TagClassName
{
border-color: #319EDF;
}
</style>