Shades of Dodger Blue #387DFB
Tints of Dodger Blue #387DFB
RGB
CMYK
RGB Variations
Color information
#387DFB (or 0x387DFB) is known color: Dodger Blue. HEX triplet: 38, 7D and FB. RGB value is (56,125,251). Sum of RGB (Red+Green+Blue) = 56+125+251=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #387DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387DFB is #C78204. Grayscale: #767676. Windows color (decimal): -13074949 or 16481592. OLE color: 16481592.
HSL color Cylindrical-coordinate representation of color #387DFB: hue angle of 218.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387DFB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 125 | 251 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.02 |
| HSL | 218.77º | 0.96% | 0.6% | - |
| HSV(B) | 218.77º | 0.78% | 0.98% | - |
| XYZ | 26.38 | 22.47 | 94.21 | - |
| YUV | 118.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 251 | 0.78 | 0.50 | 0 | 0.02 | 218.77 | 0.96 | 0.6 |
| Hex | 38 | 7D | FB | 4E | 32 | 0 | 2 | DB | 60 | 3C |
| Octal | 70 | 175 | 373 | 116 | 62 | 0 | 2 | 333 | 140 | 74 |
| Binary | 111000 | 1111101 | 11111011 | 1001110 | 110010 | 0 | 10 | 11011011 | 1100000 | 111100 |
Color Harmonies of #387DFB
Complementary color
Monochromatic Colors of #387DFB
Black with #387DFB
Text Example
Text Example
White with #387DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DFB; }
p { color: rgb(56,125,251); }
H1.HeaderClassName
{
color: #387DFB;
}
.AnyTagClassName
{
color: #387DFB;
}
</style>
background-color css
<style>
a { background-color: #387DFB; }
a { background-color: rgb(56,125,251); }
div.DivClassName
{
background-color: #387DFB;
}
.BgClassName
{
background-color: #387DFB;
}
</style>
border-color css
<style>
span { border-color: #387DFB; }
span { border-color: rgb(56,125,251); }
td.TdClassName
{
border-color: #387DFB;
}
.TagClassName
{
border-color: #387DFB;
}
</style>