Shades of Dodger Blue #398CEC
Tints of Dodger Blue #398CEC
RGB
CMYK
RGB Variations
Color information
#398CEC (or 0x398CEC) is known color: Dodger Blue. HEX triplet: 39, 8C and EC. RGB value is (57,140,236). Sum of RGB (Red+Green+Blue) = 57+140+236=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #398CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398CEC is #C67313. Grayscale: #7D7D7D. Windows color (decimal): -13005588 or 15502393. OLE color: 15502393.
HSL color Cylindrical-coordinate representation of color #398CEC: hue angle of 212.18º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398CEC is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 140 | 236 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.07 |
| HSL | 212.18º | 0.82% | 0.57% | - |
| HSV(B) | 212.18º | 0.76% | 0.93% | - |
| XYZ | 26.21 | 25.68 | 82.93 | - |
| YUV | 126.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 236 | 0.76 | 0.41 | 0 | 0.07 | 212.18 | 0.82 | 0.57 |
| Hex | 39 | 8C | EC | 4C | 29 | 0 | 7 | D4 | 52 | 39 |
| Octal | 71 | 214 | 354 | 114 | 51 | 0 | 7 | 324 | 122 | 71 |
| Binary | 111001 | 10001100 | 11101100 | 1001100 | 101001 | 0 | 111 | 11010100 | 1010010 | 111001 |
Color Harmonies of #398CEC
Complementary color
Monochromatic Colors of #398CEC
Black with #398CEC
Text Example
Text Example
White with #398CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CEC; }
p { color: rgb(57,140,236); }
H1.HeaderClassName
{
color: #398CEC;
}
.AnyTagClassName
{
color: #398CEC;
}
</style>
background-color css
<style>
a { background-color: #398CEC; }
a { background-color: rgb(57,140,236); }
div.DivClassName
{
background-color: #398CEC;
}
.BgClassName
{
background-color: #398CEC;
}
</style>
border-color css
<style>
span { border-color: #398CEC; }
span { border-color: rgb(57,140,236); }
td.TdClassName
{
border-color: #398CEC;
}
.TagClassName
{
border-color: #398CEC;
}
</style>