Shades of Dodger Blue #387EFF
Tints of Dodger Blue #387EFF
RGB
CMYK
RGB Variations
Color information
#387EFF (or 0x387EFF) is known color: Dodger Blue. HEX triplet: 38, 7E and FF. RGB value is (56,126,255). Sum of RGB (Red+Green+Blue) = 56+126+255=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #387EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EFF is #C78100. Grayscale: #777777. Windows color (decimal): -13074689 or 16743992. OLE color: 16743992.
HSL color Cylindrical-coordinate representation of color #387EFF: hue angle of 218.89º 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 #387EFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 126 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 218.89º | 1% | 0.61% | - |
| HSV(B) | 218.89º | 0.78% | 1% | - |
| XYZ | 27.14 | 22.98 | 97.61 | - |
| YUV | 119.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 255 | 0.78 | 0.51 | 0 | 0 | 218.89 | 1 | 0.61 |
| Hex | 38 | 7E | FF | 4E | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 70 | 176 | 377 | 116 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111000 | 1111110 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #387EFF
Complementary color
Monochromatic Colors of #387EFF
Black with #387EFF
Text Example
Text Example
White with #387EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EFF; }
p { color: rgb(56,126,255); }
H1.HeaderClassName
{
color: #387EFF;
}
.AnyTagClassName
{
color: #387EFF;
}
</style>
background-color css
<style>
a { background-color: #387EFF; }
a { background-color: rgb(56,126,255); }
div.DivClassName
{
background-color: #387EFF;
}
.BgClassName
{
background-color: #387EFF;
}
</style>
border-color css
<style>
span { border-color: #387EFF; }
span { border-color: rgb(56,126,255); }
td.TdClassName
{
border-color: #387EFF;
}
.TagClassName
{
border-color: #387EFF;
}
</style>