Shades of Dodger Blue #4183FF
Tints of Dodger Blue #4183FF
RGB
CMYK
RGB Variations
Color information
#4183FF (or 0x4183FF) is known color: Dodger Blue. HEX triplet: 41, 83 and FF. RGB value is (65,131,255). Sum of RGB (Red+Green+Blue) = 65+131+255=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #4183FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4183FF is #BE7C00. Grayscale: #7C7C7C. Windows color (decimal): -12483585 or 16745281. OLE color: 16745281.
HSL color Cylindrical-coordinate representation of color #4183FF: hue angle of 219.16º 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 #4183FF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 131 | 255 | - |
| CMYK | 0.75 | 0.49 | 0 | 0 |
| HSL | 219.16º | 1% | 0.63% | - |
| HSV(B) | 219.16º | 0.75% | 1% | - |
| XYZ | 28.35 | 24.58 | 97.86 | - |
| YUV | 125.4 | 201.13 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 255 | 0.75 | 0.49 | 0 | 0 | 219.16 | 1 | 0.63 |
| Hex | 41 | 83 | FF | 4B | 31 | 0 | 0 | DB | 64 | 3F |
| Octal | 101 | 203 | 377 | 113 | 61 | 0 | 0 | 333 | 144 | 77 |
| Binary | 1000001 | 10000011 | 11111111 | 1001011 | 110001 | 0 | 0 | 11011011 | 1100100 | 111111 |
Color Harmonies of #4183FF
Complementary color
Monochromatic Colors of #4183FF
Black with #4183FF
Text Example
Text Example
White with #4183FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183FF; }
p { color: rgb(65,131,255); }
H1.HeaderClassName
{
color: #4183FF;
}
.AnyTagClassName
{
color: #4183FF;
}
</style>
background-color css
<style>
a { background-color: #4183FF; }
a { background-color: rgb(65,131,255); }
div.DivClassName
{
background-color: #4183FF;
}
.BgClassName
{
background-color: #4183FF;
}
</style>
border-color css
<style>
span { border-color: #4183FF; }
span { border-color: rgb(65,131,255); }
td.TdClassName
{
border-color: #4183FF;
}
.TagClassName
{
border-color: #4183FF;
}
</style>