Shades of Dodger Blue #41A0FE
Tints of Dodger Blue #41A0FE
RGB
CMYK
RGB Variations
Color information
#41A0FE (or 0x41A0FE) is known color: Dodger Blue. HEX triplet: 41, A0 and FE. RGB value is (65,160,254). Sum of RGB (Red+Green+Blue) = 65+160+254=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #41A0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41A0FE is #BE5F01. Grayscale: #8D8D8D. Windows color (decimal): -12476162 or 16687169. OLE color: 16687169.
HSL color Cylindrical-coordinate representation of color #41A0FE: hue angle of 209.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41A0FE is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 160 | 254 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.00 |
| HSL | 209.84º | 0.99% | 0.63% | - |
| HSV(B) | 209.84º | 0.74% | 1% | - |
| XYZ | 32.64 | 33.42 | 98.5 | - |
| YUV | 142.31 | 191.03 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 254 | 0.74 | 0.37 | 0 | 0.00 | 209.84 | 0.99 | 0.63 |
| Hex | 41 | A0 | FE | 4A | 25 | 0 | 0 | D2 | 63 | 3F |
| Octal | 101 | 240 | 376 | 112 | 45 | 0 | 0 | 322 | 143 | 77 |
| Binary | 1000001 | 10100000 | 11111110 | 1001010 | 100101 | 0 | 0 | 11010010 | 1100011 | 111111 |
Color Harmonies of #41A0FE
Complementary color
Monochromatic Colors of #41A0FE
Black with #41A0FE
Text Example
Text Example
White with #41A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0FE; }
p { color: rgb(65,160,254); }
H1.HeaderClassName
{
color: #41A0FE;
}
.AnyTagClassName
{
color: #41A0FE;
}
</style>
background-color css
<style>
a { background-color: #41A0FE; }
a { background-color: rgb(65,160,254); }
div.DivClassName
{
background-color: #41A0FE;
}
.BgClassName
{
background-color: #41A0FE;
}
</style>
border-color css
<style>
span { border-color: #41A0FE; }
span { border-color: rgb(65,160,254); }
td.TdClassName
{
border-color: #41A0FE;
}
.TagClassName
{
border-color: #41A0FE;
}
</style>