Shades of Dodger Blue #419FFF
Tints of Dodger Blue #419FFF
RGB
CMYK
RGB Variations
Color information
#419FFF (or 0x419FFF) is known color: Dodger Blue. HEX triplet: 41, 9F and FF. RGB value is (65,159,255). Sum of RGB (Red+Green+Blue) = 65+159+255=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #419FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419FFF is #BE6000. Grayscale: #8D8D8D. Windows color (decimal): -12476417 or 16752449. OLE color: 16752449.
HSL color Cylindrical-coordinate representation of color #419FFF: hue angle of 210.32º 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 #419FFF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 159 | 255 | - |
| CMYK | 0.75 | 0.38 | 0 | 0 |
| HSL | 210.32º | 1% | 0.63% | - |
| HSV(B) | 210.32º | 0.75% | 1% | - |
| XYZ | 32.63 | 33.14 | 99.28 | - |
| YUV | 141.84 | 191.86 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 255 | 0.75 | 0.38 | 0 | 0 | 210.32 | 1 | 0.63 |
| Hex | 41 | 9F | FF | 4B | 26 | 0 | 0 | D2 | 64 | 3F |
| Octal | 101 | 237 | 377 | 113 | 46 | 0 | 0 | 322 | 144 | 77 |
| Binary | 1000001 | 10011111 | 11111111 | 1001011 | 100110 | 0 | 0 | 11010010 | 1100100 | 111111 |
Color Harmonies of #419FFF
Complementary color
Monochromatic Colors of #419FFF
Black with #419FFF
Text Example
Text Example
White with #419FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419FFF; }
p { color: rgb(65,159,255); }
H1.HeaderClassName
{
color: #419FFF;
}
.AnyTagClassName
{
color: #419FFF;
}
</style>
background-color css
<style>
a { background-color: #419FFF; }
a { background-color: rgb(65,159,255); }
div.DivClassName
{
background-color: #419FFF;
}
.BgClassName
{
background-color: #419FFF;
}
</style>
border-color css
<style>
span { border-color: #419FFF; }
span { border-color: rgb(65,159,255); }
td.TdClassName
{
border-color: #419FFF;
}
.TagClassName
{
border-color: #419FFF;
}
</style>