Shades of Dodger Blue #398AF8
Tints of Dodger Blue #398AF8
RGB
CMYK
RGB Variations
Color information
#398AF8 (or 0x398AF8) is known color: Dodger Blue. HEX triplet: 39, 8A and F8. RGB value is (57,138,248). Sum of RGB (Red+Green+Blue) = 57+138+248=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #398AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398AF8 is #C67507. Grayscale: #7D7D7D. Windows color (decimal): -13006088 or 16288313. OLE color: 16288313.
HSL color Cylindrical-coordinate representation of color #398AF8: hue angle of 214.55º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398AF8 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 138 | 248 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.03 |
| HSL | 214.56º | 0.93% | 0.6% | - |
| HSV(B) | 214.56º | 0.77% | 0.97% | - |
| XYZ | 27.72 | 25.82 | 92.33 | - |
| YUV | 126.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 248 | 0.77 | 0.44 | 0 | 0.03 | 214.56 | 0.93 | 0.6 |
| Hex | 39 | 8A | F8 | 4D | 2C | 0 | 3 | D7 | 5D | 3C |
| Octal | 71 | 212 | 370 | 115 | 54 | 0 | 3 | 327 | 135 | 74 |
| Binary | 111001 | 10001010 | 11111000 | 1001101 | 101100 | 0 | 11 | 11010111 | 1011101 | 111100 |
Color Harmonies of #398AF8
Complementary color
Monochromatic Colors of #398AF8
Black with #398AF8
Text Example
Text Example
White with #398AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AF8; }
p { color: rgb(57,138,248); }
H1.HeaderClassName
{
color: #398AF8;
}
.AnyTagClassName
{
color: #398AF8;
}
</style>
background-color css
<style>
a { background-color: #398AF8; }
a { background-color: rgb(57,138,248); }
div.DivClassName
{
background-color: #398AF8;
}
.BgClassName
{
background-color: #398AF8;
}
</style>
border-color css
<style>
span { border-color: #398AF8; }
span { border-color: rgb(57,138,248); }
td.TdClassName
{
border-color: #398AF8;
}
.TagClassName
{
border-color: #398AF8;
}
</style>