Shades of Dodger Blue #398CE7
Tints of Dodger Blue #398CE7
RGB
CMYK
RGB Variations
Color information
#398CE7 (or 0x398CE7) is known color: Dodger Blue. HEX triplet: 39, 8C and E7. RGB value is (57,140,231). Sum of RGB (Red+Green+Blue) = 57+140+231=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #398CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398CE7 is #C67318. Grayscale: #7D7D7D. Windows color (decimal): -13005593 or 15174713. OLE color: 15174713.
HSL color Cylindrical-coordinate representation of color #398CE7: hue angle of 211.38º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398CE7 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 140 | 231 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.09 |
| HSL | 211.38º | 0.78% | 0.56% | - |
| HSV(B) | 211.38º | 0.75% | 0.91% | - |
| XYZ | 25.49 | 25.4 | 79.16 | - |
| YUV | 125.56 | 187.5 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 231 | 0.75 | 0.39 | 0 | 0.09 | 211.38 | 0.78 | 0.56 |
| Hex | 39 | 8C | E7 | 4B | 27 | 0 | 9 | D3 | 4E | 38 |
| Octal | 71 | 214 | 347 | 113 | 47 | 0 | 11 | 323 | 116 | 70 |
| Binary | 111001 | 10001100 | 11100111 | 1001011 | 100111 | 0 | 1001 | 11010011 | 1001110 | 111000 |
Color Harmonies of #398CE7
Complementary color
Monochromatic Colors of #398CE7
Black with #398CE7
Text Example
Text Example
White with #398CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CE7; }
p { color: rgb(57,140,231); }
H1.HeaderClassName
{
color: #398CE7;
}
.AnyTagClassName
{
color: #398CE7;
}
</style>
background-color css
<style>
a { background-color: #398CE7; }
a { background-color: rgb(57,140,231); }
div.DivClassName
{
background-color: #398CE7;
}
.BgClassName
{
background-color: #398CE7;
}
</style>
border-color css
<style>
span { border-color: #398CE7; }
span { border-color: rgb(57,140,231); }
td.TdClassName
{
border-color: #398CE7;
}
.TagClassName
{
border-color: #398CE7;
}
</style>