Shades of Dodger Blue #398BFC
Tints of Dodger Blue #398BFC
RGB
CMYK
RGB Variations
Color information
#398BFC (or 0x398BFC) is known color: Dodger Blue. HEX triplet: 39, 8B and FC. RGB value is (57,139,252). Sum of RGB (Red+Green+Blue) = 57+139+252=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #398BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398BFC is #C67403. Grayscale: #7E7E7E. Windows color (decimal): -13005828 or 16550713. OLE color: 16550713.
HSL color Cylindrical-coordinate representation of color #398BFC: hue angle of 214.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398BFC is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 139 | 252 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.01 |
| HSL | 214.77º | 0.97% | 0.61% | - |
| HSV(B) | 214.77º | 0.77% | 0.99% | - |
| XYZ | 28.49 | 26.36 | 95.68 | - |
| YUV | 127.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 252 | 0.77 | 0.45 | 0 | 0.01 | 214.77 | 0.97 | 0.61 |
| Hex | 39 | 8B | FC | 4D | 2D | 0 | 1 | D7 | 61 | 3D |
| Octal | 71 | 213 | 374 | 115 | 55 | 0 | 1 | 327 | 141 | 75 |
| Binary | 111001 | 10001011 | 11111100 | 1001101 | 101101 | 0 | 1 | 11010111 | 1100001 | 111101 |
Color Harmonies of #398BFC
Complementary color
Monochromatic Colors of #398BFC
Black with #398BFC
Text Example
Text Example
White with #398BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398BFC; }
p { color: rgb(57,139,252); }
H1.HeaderClassName
{
color: #398BFC;
}
.AnyTagClassName
{
color: #398BFC;
}
</style>
background-color css
<style>
a { background-color: #398BFC; }
a { background-color: rgb(57,139,252); }
div.DivClassName
{
background-color: #398BFC;
}
.BgClassName
{
background-color: #398BFC;
}
</style>
border-color css
<style>
span { border-color: #398BFC; }
span { border-color: rgb(57,139,252); }
td.TdClassName
{
border-color: #398BFC;
}
.TagClassName
{
border-color: #398BFC;
}
</style>