Shades of Dodger Blue #398BF1
Tints of Dodger Blue #398BF1
RGB
CMYK
RGB Variations
Color information
#398BF1 (or 0x398BF1) is known color: Dodger Blue. HEX triplet: 39, 8B and F1. RGB value is (57,139,241). Sum of RGB (Red+Green+Blue) = 57+139+241=437 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.04% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #398BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398BF1 is #C6740E. Grayscale: #7D7D7D. Windows color (decimal): -13005839 or 15829817. OLE color: 15829817.
HSL color Cylindrical-coordinate representation of color #398BF1: hue angle of 213.26º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398BF1 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 139 | 241 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.05 |
| HSL | 213.26º | 0.87% | 0.58% | - |
| HSV(B) | 213.26º | 0.76% | 0.95% | - |
| XYZ | 26.8 | 25.69 | 86.76 | - |
| YUV | 126.11 | 192.83 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 241 | 0.76 | 0.42 | 0 | 0.05 | 213.26 | 0.87 | 0.58 |
| Hex | 39 | 8B | F1 | 4C | 2A | 0 | 5 | D5 | 57 | 3A |
| Octal | 71 | 213 | 361 | 114 | 52 | 0 | 5 | 325 | 127 | 72 |
| Binary | 111001 | 10001011 | 11110001 | 1001100 | 101010 | 0 | 101 | 11010101 | 1010111 | 111010 |
Color Harmonies of #398BF1
Complementary color
Monochromatic Colors of #398BF1
Black with #398BF1
Text Example
Text Example
White with #398BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398BF1; }
p { color: rgb(57,139,241); }
H1.HeaderClassName
{
color: #398BF1;
}
.AnyTagClassName
{
color: #398BF1;
}
</style>
background-color css
<style>
a { background-color: #398BF1; }
a { background-color: rgb(57,139,241); }
div.DivClassName
{
background-color: #398BF1;
}
.BgClassName
{
background-color: #398BF1;
}
</style>
border-color css
<style>
span { border-color: #398BF1; }
span { border-color: rgb(57,139,241); }
td.TdClassName
{
border-color: #398BF1;
}
.TagClassName
{
border-color: #398BF1;
}
</style>