Shades of Dodger Blue #387CFF
Tints of Dodger Blue #387CFF
RGB
CMYK
RGB Variations
Color information
#387CFF (or 0x387CFF) is known color: Dodger Blue. HEX triplet: 38, 7C and FF. RGB value is (56,124,255). Sum of RGB (Red+Green+Blue) = 56+124+255=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #387CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CFF is #C78300. Grayscale: #767676. Windows color (decimal): -13075201 or 16743480. OLE color: 16743480.
HSL color Cylindrical-coordinate representation of color #387CFF: hue angle of 219.5º 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 #387CFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 124 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 219.5º | 1% | 0.61% | - |
| HSV(B) | 219.5º | 0.78% | 1% | - |
| XYZ | 26.89 | 22.48 | 97.53 | - |
| YUV | 118.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 255 | 0.78 | 0.51 | 0 | 0 | 219.5 | 1 | 0.61 |
| Hex | 38 | 7C | FF | 4E | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 70 | 174 | 377 | 116 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111000 | 1111100 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #387CFF
Complementary color
Monochromatic Colors of #387CFF
Black with #387CFF
Text Example
Text Example
White with #387CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CFF; }
p { color: rgb(56,124,255); }
H1.HeaderClassName
{
color: #387CFF;
}
.AnyTagClassName
{
color: #387CFF;
}
</style>
background-color css
<style>
a { background-color: #387CFF; }
a { background-color: rgb(56,124,255); }
div.DivClassName
{
background-color: #387CFF;
}
.BgClassName
{
background-color: #387CFF;
}
</style>
border-color css
<style>
span { border-color: #387CFF; }
span { border-color: rgb(56,124,255); }
td.TdClassName
{
border-color: #387CFF;
}
.TagClassName
{
border-color: #387CFF;
}
</style>