Shades of Summer Sky #1F97DD
Tints of Summer Sky #1F97DD
RGB
CMYK
RGB Variations
Color information
#1F97DD (or 0x1F97DD) is known color: Summer Sky. HEX triplet: 1F, 97 and DD. RGB value is (31,151,221). Sum of RGB (Red+Green+Blue) = 31+151+221=403 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.69% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F97DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F97DD is #E06822. Grayscale: #7A7A7A. Windows color (decimal): -14706723 or 14522143. OLE color: 14522143.
HSL color Cylindrical-coordinate representation of color #1F97DD: hue angle of 202.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F97DD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 151 | 221 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.13 |
| HSL | 202.11º | 0.75% | 0.49% | - |
| HSV(B) | 202.11º | 0.86% | 0.87% | - |
| XYZ | 24.68 | 27.64 | 72.44 | - |
| YUV | 123.1 | 183.24 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 221 | 0.86 | 0.32 | 0 | 0.13 | 202.11 | 0.75 | 0.49 |
| Hex | 1F | 97 | DD | 56 | 20 | 0 | D | CA | 4B | 31 |
| Octal | 37 | 227 | 335 | 126 | 40 | 0 | 15 | 312 | 113 | 61 |
| Binary | 11111 | 10010111 | 11011101 | 1010110 | 100000 | 0 | 1101 | 11001010 | 1001011 | 110001 |
Color Harmonies of #1F97DD
Complementary color
Monochromatic Colors of #1F97DD
Black with #1F97DD
Text Example
Text Example
White with #1F97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F97DD; }
p { color: rgb(31,151,221); }
H1.HeaderClassName
{
color: #1F97DD;
}
.AnyTagClassName
{
color: #1F97DD;
}
</style>
background-color css
<style>
a { background-color: #1F97DD; }
a { background-color: rgb(31,151,221); }
div.DivClassName
{
background-color: #1F97DD;
}
.BgClassName
{
background-color: #1F97DD;
}
</style>
border-color css
<style>
span { border-color: #1F97DD; }
span { border-color: rgb(31,151,221); }
td.TdClassName
{
border-color: #1F97DD;
}
.TagClassName
{
border-color: #1F97DD;
}
</style>