Shades of Dodger Blue #419EFF
Tints of Dodger Blue #419EFF
RGB
CMYK
RGB Variations
Color information
#419EFF (or 0x419EFF) is known color: Dodger Blue. HEX triplet: 41, 9E and FF. RGB value is (65,158,255). Sum of RGB (Red+Green+Blue) = 65+158+255=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #419EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419EFF is #BE6100. Grayscale: #8C8C8C. Windows color (decimal): -12476673 or 16752193. OLE color: 16752193.
HSL color Cylindrical-coordinate representation of color #419EFF: hue angle of 210.63º 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 #419EFF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 158 | 255 | - |
| CMYK | 0.75 | 0.38 | 0 | 0 |
| HSL | 210.63º | 1% | 0.63% | - |
| HSV(B) | 210.63º | 0.75% | 1% | - |
| XYZ | 32.46 | 32.8 | 99.23 | - |
| YUV | 141.25 | 192.19 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 255 | 0.75 | 0.38 | 0 | 0 | 210.63 | 1 | 0.63 |
| Hex | 41 | 9E | FF | 4B | 26 | 0 | 0 | D3 | 64 | 3F |
| Octal | 101 | 236 | 377 | 113 | 46 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000001 | 10011110 | 11111111 | 1001011 | 100110 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #419EFF
Complementary color
Monochromatic Colors of #419EFF
Black with #419EFF
Text Example
Text Example
White with #419EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419EFF; }
p { color: rgb(65,158,255); }
H1.HeaderClassName
{
color: #419EFF;
}
.AnyTagClassName
{
color: #419EFF;
}
</style>
background-color css
<style>
a { background-color: #419EFF; }
a { background-color: rgb(65,158,255); }
div.DivClassName
{
background-color: #419EFF;
}
.BgClassName
{
background-color: #419EFF;
}
</style>
border-color css
<style>
span { border-color: #419EFF; }
span { border-color: rgb(65,158,255); }
td.TdClassName
{
border-color: #419EFF;
}
.TagClassName
{
border-color: #419EFF;
}
</style>