Shades of Summer Sky #409BDD
Tints of Summer Sky #409BDD
RGB
CMYK
RGB Variations
Color information
#409BDD (or 0x409BDD) is known color: Summer Sky. HEX triplet: 40, 9B and DD. RGB value is (64,155,221). Sum of RGB (Red+Green+Blue) = 64+155+221=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #409BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BDD is #BF6422. Grayscale: #868686. Windows color (decimal): -12543011 or 14523200. OLE color: 14523200.
HSL color Cylindrical-coordinate representation of color #409BDD: hue angle of 205.22º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #409BDD is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 155 | 221 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.13 |
| HSL | 205.22º | 0.7% | 0.56% | - |
| HSV(B) | 205.22º | 0.71% | 0.87% | - |
| XYZ | 26.89 | 29.75 | 72.73 | - |
| YUV | 135.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 221 | 0.71 | 0.30 | 0 | 0.13 | 205.22 | 0.7 | 0.56 |
| Hex | 40 | 9B | DD | 47 | 1E | 0 | D | CD | 46 | 38 |
| Octal | 100 | 233 | 335 | 107 | 36 | 0 | 15 | 315 | 106 | 70 |
| Binary | 1000000 | 10011011 | 11011101 | 1000111 | 11110 | 0 | 1101 | 11001101 | 1000110 | 111000 |
Color Harmonies of #409BDD
Complementary color
Monochromatic Colors of #409BDD
Black with #409BDD
Text Example
Text Example
White with #409BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BDD; }
p { color: rgb(64,155,221); }
H1.HeaderClassName
{
color: #409BDD;
}
.AnyTagClassName
{
color: #409BDD;
}
</style>
background-color css
<style>
a { background-color: #409BDD; }
a { background-color: rgb(64,155,221); }
div.DivClassName
{
background-color: #409BDD;
}
.BgClassName
{
background-color: #409BDD;
}
</style>
border-color css
<style>
span { border-color: #409BDD; }
span { border-color: rgb(64,155,221); }
td.TdClassName
{
border-color: #409BDD;
}
.TagClassName
{
border-color: #409BDD;
}
</style>