Shades of Summer Sky #1F9FDC
Tints of Summer Sky #1F9FDC
RGB
CMYK
RGB Variations
Color information
#1F9FDC (or 0x1F9FDC) is known color: Summer Sky. HEX triplet: 1F, 9F and DC. RGB value is (31,159,220). Sum of RGB (Red+Green+Blue) = 31+159+220=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F9FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9FDC is #E06023. Grayscale: #7F7F7F. Windows color (decimal): -14704676 or 14458655. OLE color: 14458655.
HSL color Cylindrical-coordinate representation of color #1F9FDC: hue angle of 199.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9FDC is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 159 | 220 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.14 |
| HSL | 199.37º | 0.75% | 0.49% | - |
| HSV(B) | 199.37º | 0.86% | 0.86% | - |
| XYZ | 25.88 | 30.25 | 72.19 | - |
| YUV | 127.68 | 180.09 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 220 | 0.86 | 0.28 | 0 | 0.14 | 199.37 | 0.75 | 0.49 |
| Hex | 1F | 9F | DC | 56 | 1C | 0 | E | C7 | 4B | 31 |
| Octal | 37 | 237 | 334 | 126 | 34 | 0 | 16 | 307 | 113 | 61 |
| Binary | 11111 | 10011111 | 11011100 | 1010110 | 11100 | 0 | 1110 | 11000111 | 1001011 | 110001 |
Color Harmonies of #1F9FDC
Complementary color
Monochromatic Colors of #1F9FDC
Black with #1F9FDC
Text Example
Text Example
White with #1F9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FDC; }
p { color: rgb(31,159,220); }
H1.HeaderClassName
{
color: #1F9FDC;
}
.AnyTagClassName
{
color: #1F9FDC;
}
</style>
background-color css
<style>
a { background-color: #1F9FDC; }
a { background-color: rgb(31,159,220); }
div.DivClassName
{
background-color: #1F9FDC;
}
.BgClassName
{
background-color: #1F9FDC;
}
</style>
border-color css
<style>
span { border-color: #1F9FDC; }
span { border-color: rgb(31,159,220); }
td.TdClassName
{
border-color: #1F9FDC;
}
.TagClassName
{
border-color: #1F9FDC;
}
</style>