Shades of Summer Sky #41A0EA
Tints of Summer Sky #41A0EA
RGB
CMYK
RGB Variations
Color information
#41A0EA (or 0x41A0EA) is known color: Summer Sky. HEX triplet: 41, A0 and EA. RGB value is (65,160,234). Sum of RGB (Red+Green+Blue) = 65+160+234=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #41A0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41A0EA is #BE5F15. Grayscale: #8B8B8B. Windows color (decimal): -12476182 or 15376449. OLE color: 15376449.
HSL color Cylindrical-coordinate representation of color #41A0EA: hue angle of 206.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41A0EA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 160 | 234 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.08 |
| HSL | 206.27º | 0.8% | 0.59% | - |
| HSV(B) | 206.27º | 0.72% | 0.92% | - |
| XYZ | 29.6 | 32.21 | 82.5 | - |
| YUV | 140.03 | 181.03 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 234 | 0.72 | 0.32 | 0 | 0.08 | 206.27 | 0.8 | 0.59 |
| Hex | 41 | A0 | EA | 48 | 20 | 0 | 8 | CE | 50 | 3B |
| Octal | 101 | 240 | 352 | 110 | 40 | 0 | 10 | 316 | 120 | 73 |
| Binary | 1000001 | 10100000 | 11101010 | 1001000 | 100000 | 0 | 1000 | 11001110 | 1010000 | 111011 |
Color Harmonies of #41A0EA
Complementary color
Monochromatic Colors of #41A0EA
Black with #41A0EA
Text Example
Text Example
White with #41A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0EA; }
p { color: rgb(65,160,234); }
H1.HeaderClassName
{
color: #41A0EA;
}
.AnyTagClassName
{
color: #41A0EA;
}
</style>
background-color css
<style>
a { background-color: #41A0EA; }
a { background-color: rgb(65,160,234); }
div.DivClassName
{
background-color: #41A0EA;
}
.BgClassName
{
background-color: #41A0EA;
}
</style>
border-color css
<style>
span { border-color: #41A0EA; }
span { border-color: rgb(65,160,234); }
td.TdClassName
{
border-color: #41A0EA;
}
.TagClassName
{
border-color: #41A0EA;
}
</style>