Shades of Dodger Blue #398DFA
Tints of Dodger Blue #398DFA
RGB
CMYK
RGB Variations
Color information
#398DFA (or 0x398DFA) is known color: Dodger Blue. HEX triplet: 39, 8D and FA. RGB value is (57,141,250). Sum of RGB (Red+Green+Blue) = 57+141+250=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #398DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DFA is #C67205. Grayscale: #7F7F7F. Windows color (decimal): -13005318 or 16420153. OLE color: 16420153.
HSL color Cylindrical-coordinate representation of color #398DFA: hue angle of 213.89º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398DFA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 141 | 250 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.02 |
| HSL | 213.89º | 0.95% | 0.6% | - |
| HSV(B) | 213.89º | 0.77% | 0.98% | - |
| XYZ | 28.47 | 26.82 | 94.12 | - |
| YUV | 128.31 | 196.67 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 250 | 0.77 | 0.44 | 0 | 0.02 | 213.89 | 0.95 | 0.6 |
| Hex | 39 | 8D | FA | 4D | 2C | 0 | 2 | D6 | 5F | 3C |
| Octal | 71 | 215 | 372 | 115 | 54 | 0 | 2 | 326 | 137 | 74 |
| Binary | 111001 | 10001101 | 11111010 | 1001101 | 101100 | 0 | 10 | 11010110 | 1011111 | 111100 |
Color Harmonies of #398DFA
Complementary color
Monochromatic Colors of #398DFA
Black with #398DFA
Text Example
Text Example
White with #398DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DFA; }
p { color: rgb(57,141,250); }
H1.HeaderClassName
{
color: #398DFA;
}
.AnyTagClassName
{
color: #398DFA;
}
</style>
background-color css
<style>
a { background-color: #398DFA; }
a { background-color: rgb(57,141,250); }
div.DivClassName
{
background-color: #398DFA;
}
.BgClassName
{
background-color: #398DFA;
}
</style>
border-color css
<style>
span { border-color: #398DFA; }
span { border-color: rgb(57,141,250); }
td.TdClassName
{
border-color: #398DFA;
}
.TagClassName
{
border-color: #398DFA;
}
</style>