Shades of Dodger Blue #388FEB
Tints of Dodger Blue #388FEB
RGB
CMYK
RGB Variations
Color information
#388FEB (or 0x388FEB) is known color: Dodger Blue. HEX triplet: 38, 8F and EB. RGB value is (56,143,235). Sum of RGB (Red+Green+Blue) = 56+143+235=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #388FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FEB is #C77014. Grayscale: #7F7F7F. Windows color (decimal): -13070357 or 15437624. OLE color: 15437624.
HSL color Cylindrical-coordinate representation of color #388FEB: hue angle of 210.84º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388FEB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 143 | 235 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.08 |
| HSL | 210.84º | 0.82% | 0.57% | - |
| HSV(B) | 210.84º | 0.76% | 0.92% | - |
| XYZ | 26.45 | 26.48 | 82.32 | - |
| YUV | 127.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 235 | 0.76 | 0.39 | 0 | 0.08 | 210.84 | 0.82 | 0.57 |
| Hex | 38 | 8F | EB | 4C | 27 | 0 | 8 | D3 | 52 | 39 |
| Octal | 70 | 217 | 353 | 114 | 47 | 0 | 10 | 323 | 122 | 71 |
| Binary | 111000 | 10001111 | 11101011 | 1001100 | 100111 | 0 | 1000 | 11010011 | 1010010 | 111001 |
Color Harmonies of #388FEB
Complementary color
Monochromatic Colors of #388FEB
Black with #388FEB
Text Example
Text Example
White with #388FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FEB; }
p { color: rgb(56,143,235); }
H1.HeaderClassName
{
color: #388FEB;
}
.AnyTagClassName
{
color: #388FEB;
}
</style>
background-color css
<style>
a { background-color: #388FEB; }
a { background-color: rgb(56,143,235); }
div.DivClassName
{
background-color: #388FEB;
}
.BgClassName
{
background-color: #388FEB;
}
</style>
border-color css
<style>
span { border-color: #388FEB; }
span { border-color: rgb(56,143,235); }
td.TdClassName
{
border-color: #388FEB;
}
.TagClassName
{
border-color: #388FEB;
}
</style>