Shades of Royal Blue #387EDB
Tints of Royal Blue #387EDB
RGB
CMYK
RGB Variations
Color information
#387EDB (or 0x387EDB) is known color: Royal Blue. HEX triplet: 38, 7E and DB. RGB value is (56,126,219). Sum of RGB (Red+Green+Blue) = 56+126+219=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #387EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EDB is #C78124. Grayscale: #737373. Windows color (decimal): -13074725 or 14384696. OLE color: 14384696.
HSL color Cylindrical-coordinate representation of color #387EDB: hue angle of 214.23º 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 #387EDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 126 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 214.23º | 0.69% | 0.54% | - |
| HSV(B) | 214.23º | 0.74% | 0.86% | - |
| XYZ | 21.88 | 20.88 | 69.89 | - |
| YUV | 115.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 219 | 0.74 | 0.42 | 0 | 0.14 | 214.23 | 0.69 | 0.54 |
| Hex | 38 | 7E | DB | 4A | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 70 | 176 | 333 | 112 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 111000 | 1111110 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #387EDB
Complementary color
Monochromatic Colors of #387EDB
Black with #387EDB
Text Example
Text Example
White with #387EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EDB; }
p { color: rgb(56,126,219); }
H1.HeaderClassName
{
color: #387EDB;
}
.AnyTagClassName
{
color: #387EDB;
}
</style>
background-color css
<style>
a { background-color: #387EDB; }
a { background-color: rgb(56,126,219); }
div.DivClassName
{
background-color: #387EDB;
}
.BgClassName
{
background-color: #387EDB;
}
</style>
border-color css
<style>
span { border-color: #387EDB; }
span { border-color: rgb(56,126,219); }
td.TdClassName
{
border-color: #387EDB;
}
.TagClassName
{
border-color: #387EDB;
}
</style>