Shades of Dodger Blue #388BEC
Tints of Dodger Blue #388BEC
RGB
CMYK
RGB Variations
Color information
#388BEC (or 0x388BEC) is known color: Dodger Blue. HEX triplet: 38, 8B and EC. RGB value is (56,139,236). Sum of RGB (Red+Green+Blue) = 56+139+236=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #388BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BEC is #C77413. Grayscale: #7C7C7C. Windows color (decimal): -13071380 or 15502136. OLE color: 15502136.
HSL color Cylindrical-coordinate representation of color #388BEC: hue angle of 212.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388BEC is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 139 | 236 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.07 |
| HSL | 212.33º | 0.83% | 0.57% | - |
| HSV(B) | 212.33º | 0.76% | 0.93% | - |
| XYZ | 26 | 25.36 | 82.88 | - |
| YUV | 125.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 236 | 0.76 | 0.41 | 0 | 0.07 | 212.33 | 0.83 | 0.57 |
| Hex | 38 | 8B | EC | 4C | 29 | 0 | 7 | D4 | 53 | 39 |
| Octal | 70 | 213 | 354 | 114 | 51 | 0 | 7 | 324 | 123 | 71 |
| Binary | 111000 | 10001011 | 11101100 | 1001100 | 101001 | 0 | 111 | 11010100 | 1010011 | 111001 |
Color Harmonies of #388BEC
Complementary color
Monochromatic Colors of #388BEC
Black with #388BEC
Text Example
Text Example
White with #388BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BEC; }
p { color: rgb(56,139,236); }
H1.HeaderClassName
{
color: #388BEC;
}
.AnyTagClassName
{
color: #388BEC;
}
</style>
background-color css
<style>
a { background-color: #388BEC; }
a { background-color: rgb(56,139,236); }
div.DivClassName
{
background-color: #388BEC;
}
.BgClassName
{
background-color: #388BEC;
}
</style>
border-color css
<style>
span { border-color: #388BEC; }
span { border-color: rgb(56,139,236); }
td.TdClassName
{
border-color: #388BEC;
}
.TagClassName
{
border-color: #388BEC;
}
</style>