Shades of Dodger Blue #388CE7
Tints of Dodger Blue #388CE7
RGB
CMYK
RGB Variations
Color information
#388CE7 (or 0x388CE7) is known color: Dodger Blue. HEX triplet: 38, 8C and E7. RGB value is (56,140,231). Sum of RGB (Red+Green+Blue) = 56+140+231=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #388CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CE7 is #C77318. Grayscale: #7C7C7C. Windows color (decimal): -13071129 or 15174712. OLE color: 15174712.
HSL color Cylindrical-coordinate representation of color #388CE7: hue angle of 211.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388CE7 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 140 | 231 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.09 |
| HSL | 211.2º | 0.78% | 0.56% | - |
| HSV(B) | 211.2º | 0.76% | 0.91% | - |
| XYZ | 25.43 | 25.37 | 79.16 | - |
| YUV | 125.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 231 | 0.76 | 0.39 | 0 | 0.09 | 211.2 | 0.78 | 0.56 |
| Hex | 38 | 8C | E7 | 4C | 27 | 0 | 9 | D3 | 4E | 38 |
| Octal | 70 | 214 | 347 | 114 | 47 | 0 | 11 | 323 | 116 | 70 |
| Binary | 111000 | 10001100 | 11100111 | 1001100 | 100111 | 0 | 1001 | 11010011 | 1001110 | 111000 |
Color Harmonies of #388CE7
Complementary color
Monochromatic Colors of #388CE7
Black with #388CE7
Text Example
Text Example
White with #388CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CE7; }
p { color: rgb(56,140,231); }
H1.HeaderClassName
{
color: #388CE7;
}
.AnyTagClassName
{
color: #388CE7;
}
</style>
background-color css
<style>
a { background-color: #388CE7; }
a { background-color: rgb(56,140,231); }
div.DivClassName
{
background-color: #388CE7;
}
.BgClassName
{
background-color: #388CE7;
}
</style>
border-color css
<style>
span { border-color: #388CE7; }
span { border-color: rgb(56,140,231); }
td.TdClassName
{
border-color: #388CE7;
}
.TagClassName
{
border-color: #388CE7;
}
</style>