Shades of Royal Blue #387CE8
Tints of Royal Blue #387CE8
RGB
CMYK
RGB Variations
Color information
#387CE8 (or 0x387CE8) is known color: Royal Blue. HEX triplet: 38, 7C and E8. RGB value is (56,124,232). Sum of RGB (Red+Green+Blue) = 56+124+232=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #387CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CE8 is #C78317. Grayscale: #737373. Windows color (decimal): -13075224 or 15236152. OLE color: 15236152.
HSL color Cylindrical-coordinate representation of color #387CE8: hue angle of 216.82º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387CE8 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 124 | 232 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.09 |
| HSL | 216.82º | 0.79% | 0.56% | - |
| HSV(B) | 216.82º | 0.76% | 0.91% | - |
| XYZ | 23.4 | 21.08 | 79.18 | - |
| YUV | 115.98 | 193.47 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 232 | 0.76 | 0.47 | 0 | 0.09 | 216.82 | 0.79 | 0.56 |
| Hex | 38 | 7C | E8 | 4C | 2F | 0 | 9 | D9 | 4F | 38 |
| Octal | 70 | 174 | 350 | 114 | 57 | 0 | 11 | 331 | 117 | 70 |
| Binary | 111000 | 1111100 | 11101000 | 1001100 | 101111 | 0 | 1001 | 11011001 | 1001111 | 111000 |
Color Harmonies of #387CE8
Complementary color
Monochromatic Colors of #387CE8
Black with #387CE8
Text Example
Text Example
White with #387CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CE8; }
p { color: rgb(56,124,232); }
H1.HeaderClassName
{
color: #387CE8;
}
.AnyTagClassName
{
color: #387CE8;
}
</style>
background-color css
<style>
a { background-color: #387CE8; }
a { background-color: rgb(56,124,232); }
div.DivClassName
{
background-color: #387CE8;
}
.BgClassName
{
background-color: #387CE8;
}
</style>
border-color css
<style>
span { border-color: #387CE8; }
span { border-color: rgb(56,124,232); }
td.TdClassName
{
border-color: #387CE8;
}
.TagClassName
{
border-color: #387CE8;
}
</style>