Shades of Dodger Blue #388BE1
Tints of Dodger Blue #388BE1
RGB
CMYK
RGB Variations
Color information
#388BE1 (or 0x388BE1) is known color: Dodger Blue. HEX triplet: 38, 8B and E1. RGB value is (56,139,225). Sum of RGB (Red+Green+Blue) = 56+139+225=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #388BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BE1 is #C7741E. Grayscale: #7B7B7B. Windows color (decimal): -13071391 or 14781240. OLE color: 14781240.
HSL color Cylindrical-coordinate representation of color #388BE1: hue angle of 210.53º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388BE1 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 139 | 225 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.12 |
| HSL | 210.53º | 0.74% | 0.55% | - |
| HSV(B) | 210.53º | 0.75% | 0.88% | - |
| XYZ | 24.45 | 24.74 | 74.72 | - |
| YUV | 123.99 | 185 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 225 | 0.75 | 0.38 | 0 | 0.12 | 210.53 | 0.74 | 0.55 |
| Hex | 38 | 8B | E1 | 4B | 26 | 0 | C | D3 | 4A | 37 |
| Octal | 70 | 213 | 341 | 113 | 46 | 0 | 14 | 323 | 112 | 67 |
| Binary | 111000 | 10001011 | 11100001 | 1001011 | 100110 | 0 | 1100 | 11010011 | 1001010 | 110111 |
Color Harmonies of #388BE1
Complementary color
Monochromatic Colors of #388BE1
Black with #388BE1
Text Example
Text Example
White with #388BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BE1; }
p { color: rgb(56,139,225); }
H1.HeaderClassName
{
color: #388BE1;
}
.AnyTagClassName
{
color: #388BE1;
}
</style>
background-color css
<style>
a { background-color: #388BE1; }
a { background-color: rgb(56,139,225); }
div.DivClassName
{
background-color: #388BE1;
}
.BgClassName
{
background-color: #388BE1;
}
</style>
border-color css
<style>
span { border-color: #388BE1; }
span { border-color: rgb(56,139,225); }
td.TdClassName
{
border-color: #388BE1;
}
.TagClassName
{
border-color: #388BE1;
}
</style>