Shades of Dodger Blue #4199FF
Tints of Dodger Blue #4199FF
RGB
CMYK
RGB Variations
Color information
#4199FF (or 0x4199FF) is known color: Dodger Blue. HEX triplet: 41, 99 and FF. RGB value is (65,153,255). Sum of RGB (Red+Green+Blue) = 65+153+255=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4199FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4199FF is #BE6600. Grayscale: #898989. Windows color (decimal): -12477953 or 16750913. OLE color: 16750913.
HSL color Cylindrical-coordinate representation of color #4199FF: hue angle of 212.21º 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 #4199FF is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 153 | 255 | - |
| CMYK | 0.75 | 0.4 | 0 | 0 |
| HSL | 212.21º | 1% | 0.63% | - |
| HSV(B) | 212.21º | 0.75% | 1% | - |
| XYZ | 31.62 | 31.13 | 98.95 | - |
| YUV | 138.32 | 193.85 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 255 | 0.75 | 0.4 | 0 | 0 | 212.21 | 1 | 0.63 |
| Hex | 41 | 99 | FF | 4B | 28 | 0 | 0 | D4 | 64 | 3F |
| Octal | 101 | 231 | 377 | 113 | 50 | 0 | 0 | 324 | 144 | 77 |
| Binary | 1000001 | 10011001 | 11111111 | 1001011 | 101000 | 0 | 0 | 11010100 | 1100100 | 111111 |
Color Harmonies of #4199FF
Complementary color
Monochromatic Colors of #4199FF
Black with #4199FF
Text Example
Text Example
White with #4199FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4199FF; }
p { color: rgb(65,153,255); }
H1.HeaderClassName
{
color: #4199FF;
}
.AnyTagClassName
{
color: #4199FF;
}
</style>
background-color css
<style>
a { background-color: #4199FF; }
a { background-color: rgb(65,153,255); }
div.DivClassName
{
background-color: #4199FF;
}
.BgClassName
{
background-color: #4199FF;
}
</style>
border-color css
<style>
span { border-color: #4199FF; }
span { border-color: rgb(65,153,255); }
td.TdClassName
{
border-color: #4199FF;
}
.TagClassName
{
border-color: #4199FF;
}
</style>