Shades of Summer Sky #409FDC
Tints of Summer Sky #409FDC
RGB
CMYK
RGB Variations
Color information
#409FDC (or 0x409FDC) is known color: Summer Sky. HEX triplet: 40, 9F and DC. RGB value is (64,159,220). Sum of RGB (Red+Green+Blue) = 64+159+220=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #409FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FDC is #BF6023. Grayscale: #898989. Windows color (decimal): -12541988 or 14458688. OLE color: 14458688.
HSL color Cylindrical-coordinate representation of color #409FDC: hue angle of 203.46º 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 #409FDC is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 159 | 220 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.14 |
| HSL | 203.46º | 0.69% | 0.56% | - |
| HSV(B) | 203.46º | 0.71% | 0.86% | - |
| XYZ | 27.43 | 31.05 | 72.26 | - |
| YUV | 137.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 220 | 0.71 | 0.28 | 0 | 0.14 | 203.46 | 0.69 | 0.56 |
| Hex | 40 | 9F | DC | 47 | 1C | 0 | E | CB | 45 | 38 |
| Octal | 100 | 237 | 334 | 107 | 34 | 0 | 16 | 313 | 105 | 70 |
| Binary | 1000000 | 10011111 | 11011100 | 1000111 | 11100 | 0 | 1110 | 11001011 | 1000101 | 111000 |
Color Harmonies of #409FDC
Complementary color
Monochromatic Colors of #409FDC
Black with #409FDC
Text Example
Text Example
White with #409FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FDC; }
p { color: rgb(64,159,220); }
H1.HeaderClassName
{
color: #409FDC;
}
.AnyTagClassName
{
color: #409FDC;
}
</style>
background-color css
<style>
a { background-color: #409FDC; }
a { background-color: rgb(64,159,220); }
div.DivClassName
{
background-color: #409FDC;
}
.BgClassName
{
background-color: #409FDC;
}
</style>
border-color css
<style>
span { border-color: #409FDC; }
span { border-color: rgb(64,159,220); }
td.TdClassName
{
border-color: #409FDC;
}
.TagClassName
{
border-color: #409FDC;
}
</style>