Shades of Dodger Blue #388CE5
Tints of Dodger Blue #388CE5
RGB
CMYK
RGB Variations
Color information
#388CE5 (or 0x388CE5) is known color: Dodger Blue. HEX triplet: 38, 8C and E5. RGB value is (56,140,229). Sum of RGB (Red+Green+Blue) = 56+140+229=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #388CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CE5 is #C7731A. Grayscale: #7C7C7C. Windows color (decimal): -13071131 or 15043640. OLE color: 15043640.
HSL color Cylindrical-coordinate representation of color #388CE5: hue angle of 210.87º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388CE5 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 140 | 229 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.10 |
| HSL | 210.87º | 0.77% | 0.56% | - |
| HSV(B) | 210.87º | 0.76% | 0.9% | - |
| XYZ | 25.15 | 25.25 | 77.68 | - |
| YUV | 125.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 229 | 0.76 | 0.39 | 0 | 0.10 | 210.87 | 0.77 | 0.56 |
| Hex | 38 | 8C | E5 | 4C | 27 | 0 | A | D3 | 4D | 38 |
| Octal | 70 | 214 | 345 | 114 | 47 | 0 | 12 | 323 | 115 | 70 |
| Binary | 111000 | 10001100 | 11100101 | 1001100 | 100111 | 0 | 1010 | 11010011 | 1001101 | 111000 |
Color Harmonies of #388CE5
Complementary color
Monochromatic Colors of #388CE5
Black with #388CE5
Text Example
Text Example
White with #388CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CE5; }
p { color: rgb(56,140,229); }
H1.HeaderClassName
{
color: #388CE5;
}
.AnyTagClassName
{
color: #388CE5;
}
</style>
background-color css
<style>
a { background-color: #388CE5; }
a { background-color: rgb(56,140,229); }
div.DivClassName
{
background-color: #388CE5;
}
.BgClassName
{
background-color: #388CE5;
}
</style>
border-color css
<style>
span { border-color: #388CE5; }
span { border-color: rgb(56,140,229); }
td.TdClassName
{
border-color: #388CE5;
}
.TagClassName
{
border-color: #388CE5;
}
</style>