Shades of Dodger Blue #398DF5
Tints of Dodger Blue #398DF5
RGB
CMYK
RGB Variations
Color information
#398DF5 (or 0x398DF5) is known color: Dodger Blue. HEX triplet: 39, 8D and F5. RGB value is (57,141,245). Sum of RGB (Red+Green+Blue) = 57+141+245=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #398DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DF5 is #C6720A. Grayscale: #7F7F7F. Windows color (decimal): -13005323 or 16092473. OLE color: 16092473.
HSL color Cylindrical-coordinate representation of color #398DF5: hue angle of 213.19º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398DF5 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 141 | 245 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.04 |
| HSL | 213.19º | 0.9% | 0.59% | - |
| HSV(B) | 213.19º | 0.77% | 0.96% | - |
| XYZ | 27.69 | 26.51 | 90.04 | - |
| YUV | 127.74 | 194.17 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 245 | 0.77 | 0.42 | 0 | 0.04 | 213.19 | 0.9 | 0.59 |
| Hex | 39 | 8D | F5 | 4D | 2A | 0 | 4 | D5 | 5A | 3B |
| Octal | 71 | 215 | 365 | 115 | 52 | 0 | 4 | 325 | 132 | 73 |
| Binary | 111001 | 10001101 | 11110101 | 1001101 | 101010 | 0 | 100 | 11010101 | 1011010 | 111011 |
Color Harmonies of #398DF5
Complementary color
Monochromatic Colors of #398DF5
Black with #398DF5
Text Example
Text Example
White with #398DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DF5; }
p { color: rgb(57,141,245); }
H1.HeaderClassName
{
color: #398DF5;
}
.AnyTagClassName
{
color: #398DF5;
}
</style>
background-color css
<style>
a { background-color: #398DF5; }
a { background-color: rgb(57,141,245); }
div.DivClassName
{
background-color: #398DF5;
}
.BgClassName
{
background-color: #398DF5;
}
</style>
border-color css
<style>
span { border-color: #398DF5; }
span { border-color: rgb(57,141,245); }
td.TdClassName
{
border-color: #398DF5;
}
.TagClassName
{
border-color: #398DF5;
}
</style>