Shades of Dodger Blue #398DEC
Tints of Dodger Blue #398DEC
RGB
CMYK
RGB Variations
Color information
#398DEC (or 0x398DEC) is known color: Dodger Blue. HEX triplet: 39, 8D and EC. RGB value is (57,141,236). Sum of RGB (Red+Green+Blue) = 57+141+236=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #398DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DEC is #C67213. Grayscale: #7E7E7E. Windows color (decimal): -13005332 or 15502649. OLE color: 15502649.
HSL color Cylindrical-coordinate representation of color #398DEC: hue angle of 211.84º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398DEC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 141 | 236 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.07 |
| HSL | 211.84º | 0.82% | 0.57% | - |
| HSV(B) | 211.84º | 0.76% | 0.93% | - |
| XYZ | 26.35 | 25.98 | 82.98 | - |
| YUV | 126.71 | 189.67 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 236 | 0.76 | 0.40 | 0 | 0.07 | 211.84 | 0.82 | 0.57 |
| Hex | 39 | 8D | EC | 4C | 28 | 0 | 7 | D4 | 52 | 39 |
| Octal | 71 | 215 | 354 | 114 | 50 | 0 | 7 | 324 | 122 | 71 |
| Binary | 111001 | 10001101 | 11101100 | 1001100 | 101000 | 0 | 111 | 11010100 | 1010010 | 111001 |
Color Harmonies of #398DEC
Complementary color
Monochromatic Colors of #398DEC
Black with #398DEC
Text Example
Text Example
White with #398DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DEC; }
p { color: rgb(57,141,236); }
H1.HeaderClassName
{
color: #398DEC;
}
.AnyTagClassName
{
color: #398DEC;
}
</style>
background-color css
<style>
a { background-color: #398DEC; }
a { background-color: rgb(57,141,236); }
div.DivClassName
{
background-color: #398DEC;
}
.BgClassName
{
background-color: #398DEC;
}
</style>
border-color css
<style>
span { border-color: #398DEC; }
span { border-color: rgb(57,141,236); }
td.TdClassName
{
border-color: #398DEC;
}
.TagClassName
{
border-color: #398DEC;
}
</style>