Shades of Dodger Blue #387BFF
Tints of Dodger Blue #387BFF
RGB
CMYK
RGB Variations
Color information
#387BFF (or 0x387BFF) is known color: Dodger Blue. HEX triplet: 38, 7B and FF. RGB value is (56,123,255). Sum of RGB (Red+Green+Blue) = 56+123+255=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #387BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BFF is #C78400. Grayscale: #757575. Windows color (decimal): -13075457 or 16743224. OLE color: 16743224.
HSL color Cylindrical-coordinate representation of color #387BFF: hue angle of 219.8º 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 #387BFF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 123 | 255 | - |
| CMYK | 0.78 | 0.52 | 0 | 0 |
| HSL | 219.8º | 1% | 0.61% | - |
| HSV(B) | 219.8º | 0.78% | 1% | - |
| XYZ | 26.76 | 22.23 | 97.49 | - |
| YUV | 118.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 255 | 0.78 | 0.52 | 0 | 0 | 219.8 | 1 | 0.61 |
| Hex | 38 | 7B | FF | 4E | 34 | 0 | 0 | DC | 64 | 3D |
| Octal | 70 | 173 | 377 | 116 | 64 | 0 | 0 | 334 | 144 | 75 |
| Binary | 111000 | 1111011 | 11111111 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #387BFF
Complementary color
Monochromatic Colors of #387BFF
Black with #387BFF
Text Example
Text Example
White with #387BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BFF; }
p { color: rgb(56,123,255); }
H1.HeaderClassName
{
color: #387BFF;
}
.AnyTagClassName
{
color: #387BFF;
}
</style>
background-color css
<style>
a { background-color: #387BFF; }
a { background-color: rgb(56,123,255); }
div.DivClassName
{
background-color: #387BFF;
}
.BgClassName
{
background-color: #387BFF;
}
</style>
border-color css
<style>
span { border-color: #387BFF; }
span { border-color: rgb(56,123,255); }
td.TdClassName
{
border-color: #387BFF;
}
.TagClassName
{
border-color: #387BFF;
}
</style>