Shades of Royal Blue #387DDB
Tints of Royal Blue #387DDB
RGB
CMYK
RGB Variations
Color information
#387DDB (or 0x387DDB) is known color: Royal Blue. HEX triplet: 38, 7D and DB. RGB value is (56,125,219). Sum of RGB (Red+Green+Blue) = 56+125+219=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #387DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DDB is #C78224. Grayscale: #727272. Windows color (decimal): -13074981 or 14384440. OLE color: 14384440.
HSL color Cylindrical-coordinate representation of color #387DDB: hue angle of 214.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387DDB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 125 | 219 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.14 |
| HSL | 214.6º | 0.69% | 0.54% | - |
| HSV(B) | 214.6º | 0.74% | 0.86% | - |
| XYZ | 21.75 | 20.62 | 69.85 | - |
| YUV | 115.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 219 | 0.74 | 0.43 | 0 | 0.14 | 214.6 | 0.69 | 0.54 |
| Hex | 38 | 7D | DB | 4A | 2B | 0 | E | D7 | 45 | 36 |
| Octal | 70 | 175 | 333 | 112 | 53 | 0 | 16 | 327 | 105 | 66 |
| Binary | 111000 | 1111101 | 11011011 | 1001010 | 101011 | 0 | 1110 | 11010111 | 1000101 | 110110 |
Color Harmonies of #387DDB
Complementary color
Monochromatic Colors of #387DDB
Black with #387DDB
Text Example
Text Example
White with #387DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DDB; }
p { color: rgb(56,125,219); }
H1.HeaderClassName
{
color: #387DDB;
}
.AnyTagClassName
{
color: #387DDB;
}
</style>
background-color css
<style>
a { background-color: #387DDB; }
a { background-color: rgb(56,125,219); }
div.DivClassName
{
background-color: #387DDB;
}
.BgClassName
{
background-color: #387DDB;
}
</style>
border-color css
<style>
span { border-color: #387DDB; }
span { border-color: rgb(56,125,219); }
td.TdClassName
{
border-color: #387DDB;
}
.TagClassName
{
border-color: #387DDB;
}
</style>