Shades of Dodger Blue #419DFE
Tints of Dodger Blue #419DFE
RGB
CMYK
RGB Variations
Color information
#419DFE (or 0x419DFE) is known color: Dodger Blue. HEX triplet: 41, 9D and FE. RGB value is (65,157,254). Sum of RGB (Red+Green+Blue) = 65+157+254=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #419DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419DFE is #BE6201. Grayscale: #8C8C8C. Windows color (decimal): -12476930 or 16686401. OLE color: 16686401.
HSL color Cylindrical-coordinate representation of color #419DFE: hue angle of 210.79º 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 #419DFE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 157 | 254 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.00 |
| HSL | 210.79º | 0.99% | 0.63% | - |
| HSV(B) | 210.79º | 0.74% | 1% | - |
| XYZ | 32.13 | 32.39 | 98.33 | - |
| YUV | 140.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 254 | 0.74 | 0.38 | 0 | 0.00 | 210.79 | 0.99 | 0.63 |
| Hex | 41 | 9D | FE | 4A | 26 | 0 | 0 | D3 | 63 | 3F |
| Octal | 101 | 235 | 376 | 112 | 46 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000001 | 10011101 | 11111110 | 1001010 | 100110 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #419DFE
Complementary color
Monochromatic Colors of #419DFE
Black with #419DFE
Text Example
Text Example
White with #419DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DFE; }
p { color: rgb(65,157,254); }
H1.HeaderClassName
{
color: #419DFE;
}
.AnyTagClassName
{
color: #419DFE;
}
</style>
background-color css
<style>
a { background-color: #419DFE; }
a { background-color: rgb(65,157,254); }
div.DivClassName
{
background-color: #419DFE;
}
.BgClassName
{
background-color: #419DFE;
}
</style>
border-color css
<style>
span { border-color: #419DFE; }
span { border-color: rgb(65,157,254); }
td.TdClassName
{
border-color: #419DFE;
}
.TagClassName
{
border-color: #419DFE;
}
</style>