Shades of Dodger Blue #388BFE
Tints of Dodger Blue #388BFE
RGB
CMYK
RGB Variations
Color information
#388BFE (or 0x388BFE) is known color: Dodger Blue. HEX triplet: 38, 8B and FE. RGB value is (56,139,254). Sum of RGB (Red+Green+Blue) = 56+139+254=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #388BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BFE is #C77401. Grayscale: #7E7E7E. Windows color (decimal): -13071362 or 16681784. OLE color: 16681784.
HSL color Cylindrical-coordinate representation of color #388BFE: hue angle of 214.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388BFE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 139 | 254 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.00 |
| HSL | 214.85º | 0.99% | 0.61% | - |
| HSV(B) | 214.85º | 0.78% | 1% | - |
| XYZ | 28.75 | 26.46 | 97.36 | - |
| YUV | 127.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 254 | 0.78 | 0.45 | 0 | 0.00 | 214.85 | 0.99 | 0.61 |
| Hex | 38 | 8B | FE | 4E | 2D | 0 | 0 | D7 | 63 | 3D |
| Octal | 70 | 213 | 376 | 116 | 55 | 0 | 0 | 327 | 143 | 75 |
| Binary | 111000 | 10001011 | 11111110 | 1001110 | 101101 | 0 | 0 | 11010111 | 1100011 | 111101 |
Color Harmonies of #388BFE
Complementary color
Monochromatic Colors of #388BFE
Black with #388BFE
Text Example
Text Example
White with #388BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BFE; }
p { color: rgb(56,139,254); }
H1.HeaderClassName
{
color: #388BFE;
}
.AnyTagClassName
{
color: #388BFE;
}
</style>
background-color css
<style>
a { background-color: #388BFE; }
a { background-color: rgb(56,139,254); }
div.DivClassName
{
background-color: #388BFE;
}
.BgClassName
{
background-color: #388BFE;
}
</style>
border-color css
<style>
span { border-color: #388BFE; }
span { border-color: rgb(56,139,254); }
td.TdClassName
{
border-color: #388BFE;
}
.TagClassName
{
border-color: #388BFE;
}
</style>