Shades of Dodger Blue #388CE2
Tints of Dodger Blue #388CE2
RGB
CMYK
RGB Variations
Color information
#388CE2 (or 0x388CE2) is known color: Dodger Blue. HEX triplet: 38, 8C and E2. RGB value is (56,140,226). Sum of RGB (Red+Green+Blue) = 56+140+226=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #388CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CE2 is #C7731D. Grayscale: #7C7C7C. Windows color (decimal): -13071134 or 14847032. OLE color: 14847032.
HSL color Cylindrical-coordinate representation of color #388CE2: hue angle of 210.35º 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 #388CE2 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 140 | 226 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.11 |
| HSL | 210.35º | 0.75% | 0.55% | - |
| HSV(B) | 210.35º | 0.75% | 0.89% | - |
| XYZ | 24.74 | 25.09 | 75.49 | - |
| YUV | 124.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 226 | 0.75 | 0.38 | 0 | 0.11 | 210.35 | 0.75 | 0.55 |
| Hex | 38 | 8C | E2 | 4B | 26 | 0 | B | D2 | 4B | 37 |
| Octal | 70 | 214 | 342 | 113 | 46 | 0 | 13 | 322 | 113 | 67 |
| Binary | 111000 | 10001100 | 11100010 | 1001011 | 100110 | 0 | 1011 | 11010010 | 1001011 | 110111 |
Color Harmonies of #388CE2
Complementary color
Monochromatic Colors of #388CE2
Black with #388CE2
Text Example
Text Example
White with #388CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CE2; }
p { color: rgb(56,140,226); }
H1.HeaderClassName
{
color: #388CE2;
}
.AnyTagClassName
{
color: #388CE2;
}
</style>
background-color css
<style>
a { background-color: #388CE2; }
a { background-color: rgb(56,140,226); }
div.DivClassName
{
background-color: #388CE2;
}
.BgClassName
{
background-color: #388CE2;
}
</style>
border-color css
<style>
span { border-color: #388CE2; }
span { border-color: rgb(56,140,226); }
td.TdClassName
{
border-color: #388CE2;
}
.TagClassName
{
border-color: #388CE2;
}
</style>