Shades of Royal Blue #387BE0
Tints of Royal Blue #387BE0
RGB
CMYK
RGB Variations
Color information
#387BE0 (or 0x387BE0) is known color: Royal Blue. HEX triplet: 38, 7B and E0. RGB value is (56,123,224). Sum of RGB (Red+Green+Blue) = 56+123+224=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #387BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BE0 is #C7841F. Grayscale: #727272. Windows color (decimal): -13075488 or 14711608. OLE color: 14711608.
HSL color Cylindrical-coordinate representation of color #387BE0: hue angle of 216.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387BE0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 123 | 224 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.12 |
| HSL | 216.07º | 0.73% | 0.55% | - |
| HSV(B) | 216.07º | 0.75% | 0.88% | - |
| XYZ | 22.17 | 20.39 | 73.29 | - |
| YUV | 114.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 224 | 0.75 | 0.45 | 0 | 0.12 | 216.07 | 0.73 | 0.55 |
| Hex | 38 | 7B | E0 | 4B | 2D | 0 | C | D8 | 49 | 37 |
| Octal | 70 | 173 | 340 | 113 | 55 | 0 | 14 | 330 | 111 | 67 |
| Binary | 111000 | 1111011 | 11100000 | 1001011 | 101101 | 0 | 1100 | 11011000 | 1001001 | 110111 |
Color Harmonies of #387BE0
Complementary color
Monochromatic Colors of #387BE0
Black with #387BE0
Text Example
Text Example
White with #387BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BE0; }
p { color: rgb(56,123,224); }
H1.HeaderClassName
{
color: #387BE0;
}
.AnyTagClassName
{
color: #387BE0;
}
</style>
background-color css
<style>
a { background-color: #387BE0; }
a { background-color: rgb(56,123,224); }
div.DivClassName
{
background-color: #387BE0;
}
.BgClassName
{
background-color: #387BE0;
}
</style>
border-color css
<style>
span { border-color: #387BE0; }
span { border-color: rgb(56,123,224); }
td.TdClassName
{
border-color: #387BE0;
}
.TagClassName
{
border-color: #387BE0;
}
</style>