Shades of Dodger Blue #398FE6
Tints of Dodger Blue #398FE6
RGB
CMYK
RGB Variations
Color information
#398FE6 (or 0x398FE6) is known color: Dodger Blue. HEX triplet: 39, 8F and E6. RGB value is (57,143,230). Sum of RGB (Red+Green+Blue) = 57+143+230=430 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.26% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #398FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398FE6 is #C67019. Grayscale: #7E7E7E. Windows color (decimal): -13004826 or 15109945. OLE color: 15109945.
HSL color Cylindrical-coordinate representation of color #398FE6: hue angle of 210.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398FE6 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 143 | 230 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.10 |
| HSL | 210.17º | 0.78% | 0.56% | - |
| HSV(B) | 210.17º | 0.75% | 0.9% | - |
| XYZ | 25.79 | 26.23 | 78.57 | - |
| YUV | 127.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 230 | 0.75 | 0.38 | 0 | 0.10 | 210.17 | 0.78 | 0.56 |
| Hex | 39 | 8F | E6 | 4B | 26 | 0 | A | D2 | 4E | 38 |
| Octal | 71 | 217 | 346 | 113 | 46 | 0 | 12 | 322 | 116 | 70 |
| Binary | 111001 | 10001111 | 11100110 | 1001011 | 100110 | 0 | 1010 | 11010010 | 1001110 | 111000 |
Color Harmonies of #398FE6
Complementary color
Monochromatic Colors of #398FE6
Black with #398FE6
Text Example
Text Example
White with #398FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FE6; }
p { color: rgb(57,143,230); }
H1.HeaderClassName
{
color: #398FE6;
}
.AnyTagClassName
{
color: #398FE6;
}
</style>
background-color css
<style>
a { background-color: #398FE6; }
a { background-color: rgb(57,143,230); }
div.DivClassName
{
background-color: #398FE6;
}
.BgClassName
{
background-color: #398FE6;
}
</style>
border-color css
<style>
span { border-color: #398FE6; }
span { border-color: rgb(57,143,230); }
td.TdClassName
{
border-color: #398FE6;
}
.TagClassName
{
border-color: #398FE6;
}
</style>