Shades of Dodger Blue #388BE3
Tints of Dodger Blue #388BE3
RGB
CMYK
RGB Variations
Color information
#388BE3 (or 0x388BE3) is known color: Dodger Blue. HEX triplet: 38, 8B and E3. RGB value is (56,139,227). Sum of RGB (Red+Green+Blue) = 56+139+227=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #388BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BE3 is #C7741C. Grayscale: #7B7B7B. Windows color (decimal): -13071389 or 14912312. OLE color: 14912312.
HSL color Cylindrical-coordinate representation of color #388BE3: hue angle of 210.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388BE3 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 139 | 227 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.11 |
| HSL | 210.88º | 0.75% | 0.55% | - |
| HSV(B) | 210.88º | 0.75% | 0.89% | - |
| XYZ | 24.73 | 24.85 | 76.17 | - |
| YUV | 124.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 227 | 0.75 | 0.39 | 0 | 0.11 | 210.88 | 0.75 | 0.55 |
| Hex | 38 | 8B | E3 | 4B | 27 | 0 | B | D3 | 4B | 37 |
| Octal | 70 | 213 | 343 | 113 | 47 | 0 | 13 | 323 | 113 | 67 |
| Binary | 111000 | 10001011 | 11100011 | 1001011 | 100111 | 0 | 1011 | 11010011 | 1001011 | 110111 |
Color Harmonies of #388BE3
Complementary color
Monochromatic Colors of #388BE3
Black with #388BE3
Text Example
Text Example
White with #388BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BE3; }
p { color: rgb(56,139,227); }
H1.HeaderClassName
{
color: #388BE3;
}
.AnyTagClassName
{
color: #388BE3;
}
</style>
background-color css
<style>
a { background-color: #388BE3; }
a { background-color: rgb(56,139,227); }
div.DivClassName
{
background-color: #388BE3;
}
.BgClassName
{
background-color: #388BE3;
}
</style>
border-color css
<style>
span { border-color: #388BE3; }
span { border-color: rgb(56,139,227); }
td.TdClassName
{
border-color: #388BE3;
}
.TagClassName
{
border-color: #388BE3;
}
</style>