Shades of Dodger Blue #388FEE
Tints of Dodger Blue #388FEE
RGB
CMYK
RGB Variations
Color information
#388FEE (or 0x388FEE) is known color: Dodger Blue. HEX triplet: 38, 8F and EE. RGB value is (56,143,238). Sum of RGB (Red+Green+Blue) = 56+143+238=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #388FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FEE is #C77011. Grayscale: #7F7F7F. Windows color (decimal): -13070354 or 15634232. OLE color: 15634232.
HSL color Cylindrical-coordinate representation of color #388FEE: hue angle of 211.32º 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 #388FEE is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 143 | 238 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.07 |
| HSL | 211.32º | 0.84% | 0.58% | - |
| HSV(B) | 211.32º | 0.76% | 0.93% | - |
| XYZ | 26.89 | 26.66 | 84.62 | - |
| YUV | 127.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 238 | 0.76 | 0.40 | 0 | 0.07 | 211.32 | 0.84 | 0.58 |
| Hex | 38 | 8F | EE | 4C | 28 | 0 | 7 | D3 | 54 | 3A |
| Octal | 70 | 217 | 356 | 114 | 50 | 0 | 7 | 323 | 124 | 72 |
| Binary | 111000 | 10001111 | 11101110 | 1001100 | 101000 | 0 | 111 | 11010011 | 1010100 | 111010 |
Color Harmonies of #388FEE
Complementary color
Monochromatic Colors of #388FEE
Black with #388FEE
Text Example
Text Example
White with #388FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FEE; }
p { color: rgb(56,143,238); }
H1.HeaderClassName
{
color: #388FEE;
}
.AnyTagClassName
{
color: #388FEE;
}
</style>
background-color css
<style>
a { background-color: #388FEE; }
a { background-color: rgb(56,143,238); }
div.DivClassName
{
background-color: #388FEE;
}
.BgClassName
{
background-color: #388FEE;
}
</style>
border-color css
<style>
span { border-color: #388FEE; }
span { border-color: rgb(56,143,238); }
td.TdClassName
{
border-color: #388FEE;
}
.TagClassName
{
border-color: #388FEE;
}
</style>