Shades of Dodger Blue #398AEF
Tints of Dodger Blue #398AEF
RGB
CMYK
RGB Variations
Color information
#398AEF (or 0x398AEF) is known color: Dodger Blue. HEX triplet: 39, 8A and EF. RGB value is (57,138,239). Sum of RGB (Red+Green+Blue) = 57+138+239=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #398AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398AEF is #C67510. Grayscale: #7C7C7C. Windows color (decimal): -13006097 or 15698489. OLE color: 15698489.
HSL color Cylindrical-coordinate representation of color #398AEF: hue angle of 213.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398AEF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 138 | 239 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.06 |
| HSL | 213.3º | 0.85% | 0.58% | - |
| HSV(B) | 213.3º | 0.76% | 0.94% | - |
| XYZ | 26.36 | 25.28 | 85.15 | - |
| YUV | 125.3 | 192.16 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 239 | 0.76 | 0.42 | 0 | 0.06 | 213.3 | 0.85 | 0.58 |
| Hex | 39 | 8A | EF | 4C | 2A | 0 | 6 | D5 | 55 | 3A |
| Octal | 71 | 212 | 357 | 114 | 52 | 0 | 6 | 325 | 125 | 72 |
| Binary | 111001 | 10001010 | 11101111 | 1001100 | 101010 | 0 | 110 | 11010101 | 1010101 | 111010 |
Color Harmonies of #398AEF
Complementary color
Monochromatic Colors of #398AEF
Black with #398AEF
Text Example
Text Example
White with #398AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AEF; }
p { color: rgb(57,138,239); }
H1.HeaderClassName
{
color: #398AEF;
}
.AnyTagClassName
{
color: #398AEF;
}
</style>
background-color css
<style>
a { background-color: #398AEF; }
a { background-color: rgb(57,138,239); }
div.DivClassName
{
background-color: #398AEF;
}
.BgClassName
{
background-color: #398AEF;
}
</style>
border-color css
<style>
span { border-color: #398AEF; }
span { border-color: rgb(57,138,239); }
td.TdClassName
{
border-color: #398AEF;
}
.TagClassName
{
border-color: #398AEF;
}
</style>