Shades of Dodger Blue #398FEF
Tints of Dodger Blue #398FEF
RGB
CMYK
RGB Variations
Color information
#398FEF (or 0x398FEF) is known color: Dodger Blue. HEX triplet: 39, 8F and EF. RGB value is (57,143,239). Sum of RGB (Red+Green+Blue) = 57+143+239=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #398FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398FEF is #C67010. Grayscale: #7F7F7F. Windows color (decimal): -13004817 or 15699769. OLE color: 15699769.
HSL color Cylindrical-coordinate representation of color #398FEF: hue angle of 211.65º 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 #398FEF is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 143 | 239 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.06 |
| HSL | 211.65º | 0.85% | 0.58% | - |
| HSV(B) | 211.65º | 0.76% | 0.94% | - |
| XYZ | 27.09 | 26.75 | 85.4 | - |
| YUV | 128.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 239 | 0.76 | 0.40 | 0 | 0.06 | 211.65 | 0.85 | 0.58 |
| Hex | 39 | 8F | EF | 4C | 28 | 0 | 6 | D4 | 55 | 3A |
| Octal | 71 | 217 | 357 | 114 | 50 | 0 | 6 | 324 | 125 | 72 |
| Binary | 111001 | 10001111 | 11101111 | 1001100 | 101000 | 0 | 110 | 11010100 | 1010101 | 111010 |
Color Harmonies of #398FEF
Complementary color
Monochromatic Colors of #398FEF
Black with #398FEF
Text Example
Text Example
White with #398FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FEF; }
p { color: rgb(57,143,239); }
H1.HeaderClassName
{
color: #398FEF;
}
.AnyTagClassName
{
color: #398FEF;
}
</style>
background-color css
<style>
a { background-color: #398FEF; }
a { background-color: rgb(57,143,239); }
div.DivClassName
{
background-color: #398FEF;
}
.BgClassName
{
background-color: #398FEF;
}
</style>
border-color css
<style>
span { border-color: #398FEF; }
span { border-color: rgb(57,143,239); }
td.TdClassName
{
border-color: #398FEF;
}
.TagClassName
{
border-color: #398FEF;
}
</style>