Shades of Dodger Blue #388BFD
Tints of Dodger Blue #388BFD
RGB
CMYK
RGB Variations
Color information
#388BFD (or 0x388BFD) is known color: Dodger Blue. HEX triplet: 38, 8B and FD. RGB value is (56,139,253). Sum of RGB (Red+Green+Blue) = 56+139+253=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #388BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BFD is #C77402. Grayscale: #7E7E7E. Windows color (decimal): -13071363 or 16616248. OLE color: 16616248.
HSL color Cylindrical-coordinate representation of color #388BFD: hue angle of 214.72º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388BFD is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 139 | 253 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.01 |
| HSL | 214.72º | 0.98% | 0.61% | - |
| HSV(B) | 214.72º | 0.78% | 0.99% | - |
| XYZ | 28.59 | 26.4 | 96.52 | - |
| YUV | 127.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 253 | 0.78 | 0.45 | 0 | 0.01 | 214.72 | 0.98 | 0.61 |
| Hex | 38 | 8B | FD | 4E | 2D | 0 | 1 | D7 | 62 | 3D |
| Octal | 70 | 213 | 375 | 116 | 55 | 0 | 1 | 327 | 142 | 75 |
| Binary | 111000 | 10001011 | 11111101 | 1001110 | 101101 | 0 | 1 | 11010111 | 1100010 | 111101 |
Color Harmonies of #388BFD
Complementary color
Monochromatic Colors of #388BFD
Black with #388BFD
Text Example
Text Example
White with #388BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BFD; }
p { color: rgb(56,139,253); }
H1.HeaderClassName
{
color: #388BFD;
}
.AnyTagClassName
{
color: #388BFD;
}
</style>
background-color css
<style>
a { background-color: #388BFD; }
a { background-color: rgb(56,139,253); }
div.DivClassName
{
background-color: #388BFD;
}
.BgClassName
{
background-color: #388BFD;
}
</style>
border-color css
<style>
span { border-color: #388BFD; }
span { border-color: rgb(56,139,253); }
td.TdClassName
{
border-color: #388BFD;
}
.TagClassName
{
border-color: #388BFD;
}
</style>