Shades of Royal Blue #387BDB
Tints of Royal Blue #387BDB
RGB
CMYK
RGB Variations
Color information
#387BDB (or 0x387BDB) is known color: Royal Blue. HEX triplet: 38, 7B and DB. RGB value is (56,123,219). Sum of RGB (Red+Green+Blue) = 56+123+219=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #387BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BDB is #C78424. Grayscale: #717171. Windows color (decimal): -13075493 or 14383928. OLE color: 14383928.
HSL color Cylindrical-coordinate representation of color #387BDB: hue angle of 215.34º 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 #387BDB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 123 | 219 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.14 |
| HSL | 215.34º | 0.69% | 0.54% | - |
| HSV(B) | 215.34º | 0.74% | 0.86% | - |
| XYZ | 21.5 | 20.12 | 69.77 | - |
| YUV | 113.91 | 187.3 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 219 | 0.74 | 0.44 | 0 | 0.14 | 215.34 | 0.69 | 0.54 |
| Hex | 38 | 7B | DB | 4A | 2C | 0 | E | D7 | 45 | 36 |
| Octal | 70 | 173 | 333 | 112 | 54 | 0 | 16 | 327 | 105 | 66 |
| Binary | 111000 | 1111011 | 11011011 | 1001010 | 101100 | 0 | 1110 | 11010111 | 1000101 | 110110 |
Color Harmonies of #387BDB
Complementary color
Monochromatic Colors of #387BDB
Black with #387BDB
Text Example
Text Example
White with #387BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BDB; }
p { color: rgb(56,123,219); }
H1.HeaderClassName
{
color: #387BDB;
}
.AnyTagClassName
{
color: #387BDB;
}
</style>
background-color css
<style>
a { background-color: #387BDB; }
a { background-color: rgb(56,123,219); }
div.DivClassName
{
background-color: #387BDB;
}
.BgClassName
{
background-color: #387BDB;
}
</style>
border-color css
<style>
span { border-color: #387BDB; }
span { border-color: rgb(56,123,219); }
td.TdClassName
{
border-color: #387BDB;
}
.TagClassName
{
border-color: #387BDB;
}
</style>