Shades of Dodger Blue #388EEE
Tints of Dodger Blue #388EEE
RGB
CMYK
RGB Variations
Color information
#388EEE (or 0x388EEE) is known color: Dodger Blue. HEX triplet: 38, 8E and EE. RGB value is (56,142,238). Sum of RGB (Red+Green+Blue) = 56+142+238=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #388EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EEE is #C77111. Grayscale: #7E7E7E. Windows color (decimal): -13070610 or 15633976. OLE color: 15633976.
HSL color Cylindrical-coordinate representation of color #388EEE: hue angle of 211.65º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388EEE is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 142 | 238 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.07 |
| HSL | 211.65º | 0.84% | 0.58% | - |
| HSV(B) | 211.65º | 0.76% | 0.93% | - |
| XYZ | 26.74 | 26.36 | 84.57 | - |
| YUV | 127.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 238 | 0.76 | 0.40 | 0 | 0.07 | 211.65 | 0.84 | 0.58 |
| Hex | 38 | 8E | EE | 4C | 28 | 0 | 7 | D4 | 54 | 3A |
| Octal | 70 | 216 | 356 | 114 | 50 | 0 | 7 | 324 | 124 | 72 |
| Binary | 111000 | 10001110 | 11101110 | 1001100 | 101000 | 0 | 111 | 11010100 | 1010100 | 111010 |
Color Harmonies of #388EEE
Complementary color
Monochromatic Colors of #388EEE
Black with #388EEE
Text Example
Text Example
White with #388EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EEE; }
p { color: rgb(56,142,238); }
H1.HeaderClassName
{
color: #388EEE;
}
.AnyTagClassName
{
color: #388EEE;
}
</style>
background-color css
<style>
a { background-color: #388EEE; }
a { background-color: rgb(56,142,238); }
div.DivClassName
{
background-color: #388EEE;
}
.BgClassName
{
background-color: #388EEE;
}
</style>
border-color css
<style>
span { border-color: #388EEE; }
span { border-color: rgb(56,142,238); }
td.TdClassName
{
border-color: #388EEE;
}
.TagClassName
{
border-color: #388EEE;
}
</style>