Shades of Dodger Blue #398DF2
Tints of Dodger Blue #398DF2
RGB
CMYK
RGB Variations
Color information
#398DF2 (or 0x398DF2) is known color: Dodger Blue. HEX triplet: 39, 8D and F2. RGB value is (57,141,242). Sum of RGB (Red+Green+Blue) = 57+141+242=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #398DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DF2 is #C6720D. Grayscale: #7E7E7E. Windows color (decimal): -13005326 or 15895865. OLE color: 15895865.
HSL color Cylindrical-coordinate representation of color #398DF2: hue angle of 212.76º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398DF2 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 141 | 242 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.05 |
| HSL | 212.76º | 0.88% | 0.59% | - |
| HSV(B) | 212.76º | 0.76% | 0.95% | - |
| XYZ | 27.24 | 26.33 | 87.65 | - |
| YUV | 127.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 242 | 0.76 | 0.42 | 0 | 0.05 | 212.76 | 0.88 | 0.59 |
| Hex | 39 | 8D | F2 | 4C | 2A | 0 | 5 | D5 | 58 | 3B |
| Octal | 71 | 215 | 362 | 114 | 52 | 0 | 5 | 325 | 130 | 73 |
| Binary | 111001 | 10001101 | 11110010 | 1001100 | 101010 | 0 | 101 | 11010101 | 1011000 | 111011 |
Color Harmonies of #398DF2
Complementary color
Monochromatic Colors of #398DF2
Black with #398DF2
Text Example
Text Example
White with #398DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DF2; }
p { color: rgb(57,141,242); }
H1.HeaderClassName
{
color: #398DF2;
}
.AnyTagClassName
{
color: #398DF2;
}
</style>
background-color css
<style>
a { background-color: #398DF2; }
a { background-color: rgb(57,141,242); }
div.DivClassName
{
background-color: #398DF2;
}
.BgClassName
{
background-color: #398DF2;
}
</style>
border-color css
<style>
span { border-color: #398DF2; }
span { border-color: rgb(57,141,242); }
td.TdClassName
{
border-color: #398DF2;
}
.TagClassName
{
border-color: #398DF2;
}
</style>