Shades of Royal Blue #387DDC
Tints of Royal Blue #387DDC
RGB
CMYK
RGB Variations
Color information
#387DDC (or 0x387DDC) is known color: Royal Blue. HEX triplet: 38, 7D and DC. RGB value is (56,125,220). Sum of RGB (Red+Green+Blue) = 56+125+220=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #387DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DDC is #C78223. Grayscale: #727272. Windows color (decimal): -13074980 or 14449976. OLE color: 14449976.
HSL color Cylindrical-coordinate representation of color #387DDC: hue angle of 214.76º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387DDC is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 125 | 220 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.14 |
| HSL | 214.76º | 0.7% | 0.54% | - |
| HSV(B) | 214.76º | 0.75% | 0.86% | - |
| XYZ | 21.88 | 20.68 | 70.55 | - |
| YUV | 115.2 | 187.14 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 220 | 0.75 | 0.43 | 0 | 0.14 | 214.76 | 0.7 | 0.54 |
| Hex | 38 | 7D | DC | 4B | 2B | 0 | E | D7 | 46 | 36 |
| Octal | 70 | 175 | 334 | 113 | 53 | 0 | 16 | 327 | 106 | 66 |
| Binary | 111000 | 1111101 | 11011100 | 1001011 | 101011 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #387DDC
Complementary color
Monochromatic Colors of #387DDC
Black with #387DDC
Text Example
Text Example
White with #387DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DDC; }
p { color: rgb(56,125,220); }
H1.HeaderClassName
{
color: #387DDC;
}
.AnyTagClassName
{
color: #387DDC;
}
</style>
background-color css
<style>
a { background-color: #387DDC; }
a { background-color: rgb(56,125,220); }
div.DivClassName
{
background-color: #387DDC;
}
.BgClassName
{
background-color: #387DDC;
}
</style>
border-color css
<style>
span { border-color: #387DDC; }
span { border-color: rgb(56,125,220); }
td.TdClassName
{
border-color: #387DDC;
}
.TagClassName
{
border-color: #387DDC;
}
</style>