Shades of Dodger Blue #387CFE
Tints of Dodger Blue #387CFE
RGB
CMYK
RGB Variations
Color information
#387CFE (or 0x387CFE) is known color: Dodger Blue. HEX triplet: 38, 7C and FE. RGB value is (56,124,254). Sum of RGB (Red+Green+Blue) = 56+124+254=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #387CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CFE is #C78301. Grayscale: #757575. Windows color (decimal): -13075202 or 16677944. OLE color: 16677944.
HSL color Cylindrical-coordinate representation of color #387CFE: hue angle of 219.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387CFE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 124 | 254 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.00 |
| HSL | 219.39º | 0.99% | 0.61% | - |
| HSV(B) | 219.39º | 0.78% | 1% | - |
| XYZ | 26.73 | 22.41 | 96.68 | - |
| YUV | 118.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 254 | 0.78 | 0.51 | 0 | 0.00 | 219.39 | 0.99 | 0.61 |
| Hex | 38 | 7C | FE | 4E | 33 | 0 | 0 | DB | 63 | 3D |
| Octal | 70 | 174 | 376 | 116 | 63 | 0 | 0 | 333 | 143 | 75 |
| Binary | 111000 | 1111100 | 11111110 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100011 | 111101 |
Color Harmonies of #387CFE
Complementary color
Monochromatic Colors of #387CFE
Black with #387CFE
Text Example
Text Example
White with #387CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CFE; }
p { color: rgb(56,124,254); }
H1.HeaderClassName
{
color: #387CFE;
}
.AnyTagClassName
{
color: #387CFE;
}
</style>
background-color css
<style>
a { background-color: #387CFE; }
a { background-color: rgb(56,124,254); }
div.DivClassName
{
background-color: #387CFE;
}
.BgClassName
{
background-color: #387CFE;
}
</style>
border-color css
<style>
span { border-color: #387CFE; }
span { border-color: rgb(56,124,254); }
td.TdClassName
{
border-color: #387CFE;
}
.TagClassName
{
border-color: #387CFE;
}
</style>