Shades of Dodger Blue #398DFF
Tints of Dodger Blue #398DFF
RGB
CMYK
RGB Variations
Color information
#398DFF (or 0x398DFF) is known color: Dodger Blue. HEX triplet: 39, 8D and FF. RGB value is (57,141,255). Sum of RGB (Red+Green+Blue) = 57+141+255=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #398DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DFF is #C67200. Grayscale: #808080. Windows color (decimal): -13005313 or 16747833. OLE color: 16747833.
HSL color Cylindrical-coordinate representation of color #398DFF: hue angle of 214.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398DFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 141 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.55º | 1% | 0.61% | - |
| HSV(B) | 214.55º | 0.78% | 1% | - |
| XYZ | 29.26 | 27.14 | 98.3 | - |
| YUV | 128.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 255 | 0.78 | 0.45 | 0 | 0 | 214.55 | 1 | 0.61 |
| Hex | 39 | 8D | FF | 4E | 2D | 0 | 0 | D7 | 64 | 3D |
| Octal | 71 | 215 | 377 | 116 | 55 | 0 | 0 | 327 | 144 | 75 |
| Binary | 111001 | 10001101 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010111 | 1100100 | 111101 |
Color Harmonies of #398DFF
Complementary color
Monochromatic Colors of #398DFF
Black with #398DFF
Text Example
Text Example
White with #398DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DFF; }
p { color: rgb(57,141,255); }
H1.HeaderClassName
{
color: #398DFF;
}
.AnyTagClassName
{
color: #398DFF;
}
</style>
background-color css
<style>
a { background-color: #398DFF; }
a { background-color: rgb(57,141,255); }
div.DivClassName
{
background-color: #398DFF;
}
.BgClassName
{
background-color: #398DFF;
}
</style>
border-color css
<style>
span { border-color: #398DFF; }
span { border-color: rgb(57,141,255); }
td.TdClassName
{
border-color: #398DFF;
}
.TagClassName
{
border-color: #398DFF;
}
</style>