Shades of Royal Blue #387BD7
Tints of Royal Blue #387BD7
RGB
CMYK
RGB Variations
Color information
#387BD7 (or 0x387BD7) is known color: Royal Blue. HEX triplet: 38, 7B and D7. RGB value is (56,123,215). Sum of RGB (Red+Green+Blue) = 56+123+215=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #387BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BD7 is #C78428. Grayscale: #717171. Windows color (decimal): -13075497 or 14121784. OLE color: 14121784.
HSL color Cylindrical-coordinate representation of color #387BD7: hue angle of 214.72º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387BD7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 123 | 215 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.16 |
| HSL | 214.72º | 0.67% | 0.53% | - |
| HSV(B) | 214.72º | 0.74% | 0.84% | - |
| XYZ | 20.98 | 19.91 | 67.03 | - |
| YUV | 113.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 215 | 0.74 | 0.43 | 0 | 0.16 | 214.72 | 0.67 | 0.53 |
| Hex | 38 | 7B | D7 | 4A | 2B | 0 | 10 | D7 | 43 | 35 |
| Octal | 70 | 173 | 327 | 112 | 53 | 0 | 20 | 327 | 103 | 65 |
| Binary | 111000 | 1111011 | 11010111 | 1001010 | 101011 | 0 | 10000 | 11010111 | 1000011 | 110101 |
Color Harmonies of #387BD7
Complementary color
Monochromatic Colors of #387BD7
Black with #387BD7
Text Example
Text Example
White with #387BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BD7; }
p { color: rgb(56,123,215); }
H1.HeaderClassName
{
color: #387BD7;
}
.AnyTagClassName
{
color: #387BD7;
}
</style>
background-color css
<style>
a { background-color: #387BD7; }
a { background-color: rgb(56,123,215); }
div.DivClassName
{
background-color: #387BD7;
}
.BgClassName
{
background-color: #387BD7;
}
</style>
border-color css
<style>
span { border-color: #387BD7; }
span { border-color: rgb(56,123,215); }
td.TdClassName
{
border-color: #387BD7;
}
.TagClassName
{
border-color: #387BD7;
}
</style>