Shades of Dodger Blue #419CFF
Tints of Dodger Blue #419CFF
RGB
CMYK
RGB Variations
Color information
#419CFF (or 0x419CFF) is known color: Dodger Blue. HEX triplet: 41, 9C and FF. RGB value is (65,156,255). Sum of RGB (Red+Green+Blue) = 65+156+255=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #419CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CFF is #BE6300. Grayscale: #8B8B8B. Windows color (decimal): -12477185 or 16751681. OLE color: 16751681.
HSL color Cylindrical-coordinate representation of color #419CFF: hue angle of 211.26º 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 #419CFF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 156 | 255 | - |
| CMYK | 0.75 | 0.39 | 0 | 0 |
| HSL | 211.26º | 1% | 0.63% | - |
| HSV(B) | 211.26º | 0.75% | 1% | - |
| XYZ | 32.12 | 32.12 | 99.11 | - |
| YUV | 140.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 255 | 0.75 | 0.39 | 0 | 0 | 211.26 | 1 | 0.63 |
| Hex | 41 | 9C | FF | 4B | 27 | 0 | 0 | D3 | 64 | 3F |
| Octal | 101 | 234 | 377 | 113 | 47 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000001 | 10011100 | 11111111 | 1001011 | 100111 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #419CFF
Complementary color
Monochromatic Colors of #419CFF
Black with #419CFF
Text Example
Text Example
White with #419CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CFF; }
p { color: rgb(65,156,255); }
H1.HeaderClassName
{
color: #419CFF;
}
.AnyTagClassName
{
color: #419CFF;
}
</style>
background-color css
<style>
a { background-color: #419CFF; }
a { background-color: rgb(65,156,255); }
div.DivClassName
{
background-color: #419CFF;
}
.BgClassName
{
background-color: #419CFF;
}
</style>
border-color css
<style>
span { border-color: #419CFF; }
span { border-color: rgb(65,156,255); }
td.TdClassName
{
border-color: #419CFF;
}
.TagClassName
{
border-color: #419CFF;
}
</style>