Shades of Dodger Blue #398CE5
Tints of Dodger Blue #398CE5
RGB
CMYK
RGB Variations
Color information
#398CE5 (or 0x398CE5) is known color: Dodger Blue. HEX triplet: 39, 8C and E5. RGB value is (57,140,229). Sum of RGB (Red+Green+Blue) = 57+140+229=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #398CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CE5 is #C6731A. Grayscale: #7C7C7C. Windows color (decimal): -13005595 or 15043641. OLE color: 15043641.
HSL color Cylindrical-coordinate representation of color #398CE5: hue angle of 211.05º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398CE5 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 140 | 229 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.10 |
| HSL | 211.05º | 0.77% | 0.56% | - |
| HSV(B) | 211.05º | 0.75% | 0.9% | - |
| XYZ | 25.21 | 25.28 | 77.68 | - |
| YUV | 125.33 | 186.5 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 229 | 0.75 | 0.39 | 0 | 0.10 | 211.05 | 0.77 | 0.56 |
| Hex | 39 | 8C | E5 | 4B | 27 | 0 | A | D3 | 4D | 38 |
| Octal | 71 | 214 | 345 | 113 | 47 | 0 | 12 | 323 | 115 | 70 |
| Binary | 111001 | 10001100 | 11100101 | 1001011 | 100111 | 0 | 1010 | 11010011 | 1001101 | 111000 |
Color Harmonies of #398CE5
Complementary color
Monochromatic Colors of #398CE5
Black with #398CE5
Text Example
Text Example
White with #398CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CE5; }
p { color: rgb(57,140,229); }
H1.HeaderClassName
{
color: #398CE5;
}
.AnyTagClassName
{
color: #398CE5;
}
</style>
background-color css
<style>
a { background-color: #398CE5; }
a { background-color: rgb(57,140,229); }
div.DivClassName
{
background-color: #398CE5;
}
.BgClassName
{
background-color: #398CE5;
}
</style>
border-color css
<style>
span { border-color: #398CE5; }
span { border-color: rgb(57,140,229); }
td.TdClassName
{
border-color: #398CE5;
}
.TagClassName
{
border-color: #398CE5;
}
</style>