Shades of Dodger Blue #388BE2
Tints of Dodger Blue #388BE2
RGB
CMYK
RGB Variations
Color information
#388BE2 (or 0x388BE2) is known color: Dodger Blue. HEX triplet: 38, 8B and E2. RGB value is (56,139,226). Sum of RGB (Red+Green+Blue) = 56+139+226=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #388BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BE2 is #C7741D. Grayscale: #7B7B7B. Windows color (decimal): -13071390 or 14846776. OLE color: 14846776.
HSL color Cylindrical-coordinate representation of color #388BE2: hue angle of 210.71º 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 #388BE2 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 139 | 226 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.11 |
| HSL | 210.71º | 0.75% | 0.55% | - |
| HSV(B) | 210.71º | 0.75% | 0.89% | - |
| XYZ | 24.59 | 24.8 | 75.44 | - |
| YUV | 124.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 226 | 0.75 | 0.38 | 0 | 0.11 | 210.71 | 0.75 | 0.55 |
| Hex | 38 | 8B | E2 | 4B | 26 | 0 | B | D3 | 4B | 37 |
| Octal | 70 | 213 | 342 | 113 | 46 | 0 | 13 | 323 | 113 | 67 |
| Binary | 111000 | 10001011 | 11100010 | 1001011 | 100110 | 0 | 1011 | 11010011 | 1001011 | 110111 |
Color Harmonies of #388BE2
Complementary color
Monochromatic Colors of #388BE2
Black with #388BE2
Text Example
Text Example
White with #388BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BE2; }
p { color: rgb(56,139,226); }
H1.HeaderClassName
{
color: #388BE2;
}
.AnyTagClassName
{
color: #388BE2;
}
</style>
background-color css
<style>
a { background-color: #388BE2; }
a { background-color: rgb(56,139,226); }
div.DivClassName
{
background-color: #388BE2;
}
.BgClassName
{
background-color: #388BE2;
}
</style>
border-color css
<style>
span { border-color: #388BE2; }
span { border-color: rgb(56,139,226); }
td.TdClassName
{
border-color: #388BE2;
}
.TagClassName
{
border-color: #388BE2;
}
</style>