Shades of Dodger Blue #388DFF
Tints of Dodger Blue #388DFF
RGB
CMYK
RGB Variations
Color information
#388DFF (or 0x388DFF) is known color: Dodger Blue. HEX triplet: 38, 8D and FF. RGB value is (56,141,255). Sum of RGB (Red+Green+Blue) = 56+141+255=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #388DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388DFF is #C77200. Grayscale: #808080. Windows color (decimal): -13070849 or 16747832. OLE color: 16747832.
HSL color Cylindrical-coordinate representation of color #388DFF: hue angle of 214.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388DFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 141 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.37º | 1% | 0.61% | - |
| HSV(B) | 214.37º | 0.78% | 1% | - |
| XYZ | 29.21 | 27.11 | 98.3 | - |
| YUV | 128.58 | 199.34 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 255 | 0.78 | 0.45 | 0 | 0 | 214.37 | 1 | 0.61 |
| Hex | 38 | 8D | FF | 4E | 2D | 0 | 0 | D6 | 64 | 3D |
| Octal | 70 | 215 | 377 | 116 | 55 | 0 | 0 | 326 | 144 | 75 |
| Binary | 111000 | 10001101 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #388DFF
Complementary color
Monochromatic Colors of #388DFF
Black with #388DFF
Text Example
Text Example
White with #388DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DFF; }
p { color: rgb(56,141,255); }
H1.HeaderClassName
{
color: #388DFF;
}
.AnyTagClassName
{
color: #388DFF;
}
</style>
background-color css
<style>
a { background-color: #388DFF; }
a { background-color: rgb(56,141,255); }
div.DivClassName
{
background-color: #388DFF;
}
.BgClassName
{
background-color: #388DFF;
}
</style>
border-color css
<style>
span { border-color: #388DFF; }
span { border-color: rgb(56,141,255); }
td.TdClassName
{
border-color: #388DFF;
}
.TagClassName
{
border-color: #388DFF;
}
</style>