Shades of Royal Blue #387BDD
Tints of Royal Blue #387BDD
RGB
CMYK
RGB Variations
Color information
#387BDD (or 0x387BDD) is known color: Royal Blue. HEX triplet: 38, 7B and DD. RGB value is (56,123,221). Sum of RGB (Red+Green+Blue) = 56+123+221=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #387BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BDD is #C78422. Grayscale: #717171. Windows color (decimal): -13075491 or 14515000. OLE color: 14515000.
HSL color Cylindrical-coordinate representation of color #387BDD: hue angle of 215.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387BDD is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 123 | 221 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.13 |
| HSL | 215.64º | 0.71% | 0.54% | - |
| HSV(B) | 215.64º | 0.75% | 0.87% | - |
| XYZ | 21.76 | 20.23 | 71.16 | - |
| YUV | 114.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 221 | 0.75 | 0.44 | 0 | 0.13 | 215.64 | 0.71 | 0.54 |
| Hex | 38 | 7B | DD | 4B | 2C | 0 | D | D8 | 47 | 36 |
| Octal | 70 | 173 | 335 | 113 | 54 | 0 | 15 | 330 | 107 | 66 |
| Binary | 111000 | 1111011 | 11011101 | 1001011 | 101100 | 0 | 1101 | 11011000 | 1000111 | 110110 |
Color Harmonies of #387BDD
Complementary color
Monochromatic Colors of #387BDD
Black with #387BDD
Text Example
Text Example
White with #387BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BDD; }
p { color: rgb(56,123,221); }
H1.HeaderClassName
{
color: #387BDD;
}
.AnyTagClassName
{
color: #387BDD;
}
</style>
background-color css
<style>
a { background-color: #387BDD; }
a { background-color: rgb(56,123,221); }
div.DivClassName
{
background-color: #387BDD;
}
.BgClassName
{
background-color: #387BDD;
}
</style>
border-color css
<style>
span { border-color: #387BDD; }
span { border-color: rgb(56,123,221); }
td.TdClassName
{
border-color: #387BDD;
}
.TagClassName
{
border-color: #387BDD;
}
</style>