Shades of Dodger Blue #388DFE
Tints of Dodger Blue #388DFE
RGB
CMYK
RGB Variations
Color information
#388DFE (or 0x388DFE) is known color: Dodger Blue. HEX triplet: 38, 8D and FE. RGB value is (56,141,254). Sum of RGB (Red+Green+Blue) = 56+141+254=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #388DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388DFE is #C77201. Grayscale: #7F7F7F. Windows color (decimal): -13070850 or 16682296. OLE color: 16682296.
HSL color Cylindrical-coordinate representation of color #388DFE: hue angle of 214.24º 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 #388DFE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 141 | 254 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.00 |
| HSL | 214.24º | 0.99% | 0.61% | - |
| HSV(B) | 214.24º | 0.78% | 1% | - |
| XYZ | 29.05 | 27.05 | 97.46 | - |
| YUV | 128.47 | 198.84 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 254 | 0.78 | 0.44 | 0 | 0.00 | 214.24 | 0.99 | 0.61 |
| Hex | 38 | 8D | FE | 4E | 2C | 0 | 0 | D6 | 63 | 3D |
| Octal | 70 | 215 | 376 | 116 | 54 | 0 | 0 | 326 | 143 | 75 |
| Binary | 111000 | 10001101 | 11111110 | 1001110 | 101100 | 0 | 0 | 11010110 | 1100011 | 111101 |
Color Harmonies of #388DFE
Complementary color
Monochromatic Colors of #388DFE
Black with #388DFE
Text Example
Text Example
White with #388DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DFE; }
p { color: rgb(56,141,254); }
H1.HeaderClassName
{
color: #388DFE;
}
.AnyTagClassName
{
color: #388DFE;
}
</style>
background-color css
<style>
a { background-color: #388DFE; }
a { background-color: rgb(56,141,254); }
div.DivClassName
{
background-color: #388DFE;
}
.BgClassName
{
background-color: #388DFE;
}
</style>
border-color css
<style>
span { border-color: #388DFE; }
span { border-color: rgb(56,141,254); }
td.TdClassName
{
border-color: #388DFE;
}
.TagClassName
{
border-color: #388DFE;
}
</style>