Shades of Dodger Blue #388BE8
Tints of Dodger Blue #388BE8
RGB
CMYK
RGB Variations
Color information
#388BE8 (or 0x388BE8) is known color: Dodger Blue. HEX triplet: 38, 8B and E8. RGB value is (56,139,232). Sum of RGB (Red+Green+Blue) = 56+139+232=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #388BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BE8 is #C77417. Grayscale: #7C7C7C. Windows color (decimal): -13071384 or 15239992. OLE color: 15239992.
HSL color Cylindrical-coordinate representation of color #388BE8: hue angle of 211.7º degrees, saturation: 0.79, 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 #388BE8 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 139 | 232 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.09 |
| HSL | 211.7º | 0.79% | 0.56% | - |
| HSV(B) | 211.7º | 0.76% | 0.91% | - |
| XYZ | 25.43 | 25.13 | 79.85 | - |
| YUV | 124.79 | 188.5 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 232 | 0.76 | 0.40 | 0 | 0.09 | 211.7 | 0.79 | 0.56 |
| Hex | 38 | 8B | E8 | 4C | 28 | 0 | 9 | D4 | 4F | 38 |
| Octal | 70 | 213 | 350 | 114 | 50 | 0 | 11 | 324 | 117 | 70 |
| Binary | 111000 | 10001011 | 11101000 | 1001100 | 101000 | 0 | 1001 | 11010100 | 1001111 | 111000 |
Color Harmonies of #388BE8
Complementary color
Monochromatic Colors of #388BE8
Black with #388BE8
Text Example
Text Example
White with #388BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BE8; }
p { color: rgb(56,139,232); }
H1.HeaderClassName
{
color: #388BE8;
}
.AnyTagClassName
{
color: #388BE8;
}
</style>
background-color css
<style>
a { background-color: #388BE8; }
a { background-color: rgb(56,139,232); }
div.DivClassName
{
background-color: #388BE8;
}
.BgClassName
{
background-color: #388BE8;
}
</style>
border-color css
<style>
span { border-color: #388BE8; }
span { border-color: rgb(56,139,232); }
td.TdClassName
{
border-color: #388BE8;
}
.TagClassName
{
border-color: #388BE8;
}
</style>