Shades of Royal Blue #387EDD
Tints of Royal Blue #387EDD
RGB
CMYK
RGB Variations
Color information
#387EDD (or 0x387EDD) is known color: Royal Blue. HEX triplet: 38, 7E and DD. RGB value is (56,126,221). Sum of RGB (Red+Green+Blue) = 56+126+221=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #387EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EDD is #C78122. Grayscale: #737373. Windows color (decimal): -13074723 or 14515768. OLE color: 14515768.
HSL color Cylindrical-coordinate representation of color #387EDD: hue angle of 214.55º 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 #387EDD is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 126 | 221 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.13 |
| HSL | 214.55º | 0.71% | 0.54% | - |
| HSV(B) | 214.55º | 0.75% | 0.87% | - |
| XYZ | 22.14 | 20.98 | 71.29 | - |
| YUV | 115.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 221 | 0.75 | 0.43 | 0 | 0.13 | 214.55 | 0.71 | 0.54 |
| Hex | 38 | 7E | DD | 4B | 2B | 0 | D | D7 | 47 | 36 |
| Octal | 70 | 176 | 335 | 113 | 53 | 0 | 15 | 327 | 107 | 66 |
| Binary | 111000 | 1111110 | 11011101 | 1001011 | 101011 | 0 | 1101 | 11010111 | 1000111 | 110110 |
Color Harmonies of #387EDD
Complementary color
Monochromatic Colors of #387EDD
Black with #387EDD
Text Example
Text Example
White with #387EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EDD; }
p { color: rgb(56,126,221); }
H1.HeaderClassName
{
color: #387EDD;
}
.AnyTagClassName
{
color: #387EDD;
}
</style>
background-color css
<style>
a { background-color: #387EDD; }
a { background-color: rgb(56,126,221); }
div.DivClassName
{
background-color: #387EDD;
}
.BgClassName
{
background-color: #387EDD;
}
</style>
border-color css
<style>
span { border-color: #387EDD; }
span { border-color: rgb(56,126,221); }
td.TdClassName
{
border-color: #387EDD;
}
.TagClassName
{
border-color: #387EDD;
}
</style>