Shades of Dodger Blue #398EE3
Tints of Dodger Blue #398EE3
RGB
CMYK
RGB Variations
Color information
#398EE3 (or 0x398EE3) is known color: Dodger Blue. HEX triplet: 39, 8E and E3. RGB value is (57,142,227). Sum of RGB (Red+Green+Blue) = 57+142+227=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #398EE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EE3 is #C6711C. Grayscale: #7D7D7D. Windows color (decimal): -13005085 or 14913081. OLE color: 14913081.
HSL color Cylindrical-coordinate representation of color #398EE3: hue angle of 210º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398EE3 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 142 | 227 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.11 |
| HSL | 210º | 0.75% | 0.56% | - |
| HSV(B) | 210º | 0.75% | 0.89% | - |
| XYZ | 25.23 | 25.76 | 76.32 | - |
| YUV | 126.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 227 | 0.75 | 0.37 | 0 | 0.11 | 210 | 0.75 | 0.56 |
| Hex | 39 | 8E | E3 | 4B | 25 | 0 | B | D2 | 4B | 38 |
| Octal | 71 | 216 | 343 | 113 | 45 | 0 | 13 | 322 | 113 | 70 |
| Binary | 111001 | 10001110 | 11100011 | 1001011 | 100101 | 0 | 1011 | 11010010 | 1001011 | 111000 |
Color Harmonies of #398EE3
Complementary color
Monochromatic Colors of #398EE3
Black with #398EE3
Text Example
Text Example
White with #398EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EE3; }
p { color: rgb(57,142,227); }
H1.HeaderClassName
{
color: #398EE3;
}
.AnyTagClassName
{
color: #398EE3;
}
</style>
background-color css
<style>
a { background-color: #398EE3; }
a { background-color: rgb(57,142,227); }
div.DivClassName
{
background-color: #398EE3;
}
.BgClassName
{
background-color: #398EE3;
}
</style>
border-color css
<style>
span { border-color: #398EE3; }
span { border-color: rgb(57,142,227); }
td.TdClassName
{
border-color: #398EE3;
}
.TagClassName
{
border-color: #398EE3;
}
</style>