Shades of Summer Sky #409CDC
Tints of Summer Sky #409CDC
RGB
CMYK
RGB Variations
Color information
#409CDC (or 0x409CDC) is known color: Summer Sky. HEX triplet: 40, 9C and DC. RGB value is (64,156,220). Sum of RGB (Red+Green+Blue) = 64+156+220=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #409CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CDC is #BF6323. Grayscale: #878787. Windows color (decimal): -12542756 or 14457920. OLE color: 14457920.
HSL color Cylindrical-coordinate representation of color #409CDC: hue angle of 204.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #409CDC is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 156 | 220 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.14 |
| HSL | 204.62º | 0.69% | 0.56% | - |
| HSV(B) | 204.62º | 0.71% | 0.86% | - |
| XYZ | 26.92 | 30.03 | 72.09 | - |
| YUV | 135.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 220 | 0.71 | 0.29 | 0 | 0.14 | 204.62 | 0.69 | 0.56 |
| Hex | 40 | 9C | DC | 47 | 1D | 0 | E | CD | 45 | 38 |
| Octal | 100 | 234 | 334 | 107 | 35 | 0 | 16 | 315 | 105 | 70 |
| Binary | 1000000 | 10011100 | 11011100 | 1000111 | 11101 | 0 | 1110 | 11001101 | 1000101 | 111000 |
Color Harmonies of #409CDC
Complementary color
Monochromatic Colors of #409CDC
Black with #409CDC
Text Example
Text Example
White with #409CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CDC; }
p { color: rgb(64,156,220); }
H1.HeaderClassName
{
color: #409CDC;
}
.AnyTagClassName
{
color: #409CDC;
}
</style>
background-color css
<style>
a { background-color: #409CDC; }
a { background-color: rgb(64,156,220); }
div.DivClassName
{
background-color: #409CDC;
}
.BgClassName
{
background-color: #409CDC;
}
</style>
border-color css
<style>
span { border-color: #409CDC; }
span { border-color: rgb(64,156,220); }
td.TdClassName
{
border-color: #409CDC;
}
.TagClassName
{
border-color: #409CDC;
}
</style>