Shades of Summer Sky #41A5FF
Tints of Summer Sky #41A5FF
RGB
CMYK
RGB Variations
Color information
#41A5FF (or 0x41A5FF) is known color: Summer Sky. HEX triplet: 41, A5 and FF. RGB value is (65,165,255). Sum of RGB (Red+Green+Blue) = 65+165+255=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #41A5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41A5FF is #BE5A00. Grayscale: #909090. Windows color (decimal): -12474881 or 16753985. OLE color: 16753985.
HSL color Cylindrical-coordinate representation of color #41A5FF: hue angle of 208.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41A5FF is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 165 | 255 | - |
| CMYK | 0.75 | 0.35 | 0 | 0 |
| HSL | 208.42º | 1% | 0.63% | - |
| HSV(B) | 208.42º | 0.75% | 1% | - |
| XYZ | 33.69 | 35.25 | 99.64 | - |
| YUV | 145.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 165 | 255 | 0.75 | 0.35 | 0 | 0 | 208.42 | 1 | 0.63 |
| Hex | 41 | A5 | FF | 4B | 23 | 0 | 0 | D0 | 64 | 3F |
| Octal | 101 | 245 | 377 | 113 | 43 | 0 | 0 | 320 | 144 | 77 |
| Binary | 1000001 | 10100101 | 11111111 | 1001011 | 100011 | 0 | 0 | 11010000 | 1100100 | 111111 |
Color Harmonies of #41A5FF
Complementary color
Monochromatic Colors of #41A5FF
Black with #41A5FF
Text Example
Text Example
White with #41A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A5FF; }
p { color: rgb(65,165,255); }
H1.HeaderClassName
{
color: #41A5FF;
}
.AnyTagClassName
{
color: #41A5FF;
}
</style>
background-color css
<style>
a { background-color: #41A5FF; }
a { background-color: rgb(65,165,255); }
div.DivClassName
{
background-color: #41A5FF;
}
.BgClassName
{
background-color: #41A5FF;
}
</style>
border-color css
<style>
span { border-color: #41A5FF; }
span { border-color: rgb(65,165,255); }
td.TdClassName
{
border-color: #41A5FF;
}
.TagClassName
{
border-color: #41A5FF;
}
</style>