Shades of Royal Blue #387EDE
Tints of Royal Blue #387EDE
RGB
CMYK
RGB Variations
Color information
#387EDE (or 0x387EDE) is known color: Royal Blue. HEX triplet: 38, 7E and DE. RGB value is (56,126,222). Sum of RGB (Red+Green+Blue) = 56+126+222=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #387EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EDE is #C78121. Grayscale: #737373. Windows color (decimal): -13074722 or 14581304. OLE color: 14581304.
HSL color Cylindrical-coordinate representation of color #387EDE: hue angle of 214.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387EDE is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 126 | 222 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.13 |
| HSL | 214.7º | 0.72% | 0.55% | - |
| HSV(B) | 214.7º | 0.75% | 0.87% | - |
| XYZ | 22.28 | 21.04 | 71.99 | - |
| YUV | 116.01 | 187.81 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 222 | 0.75 | 0.43 | 0 | 0.13 | 214.7 | 0.72 | 0.55 |
| Hex | 38 | 7E | DE | 4B | 2B | 0 | D | D7 | 48 | 37 |
| Octal | 70 | 176 | 336 | 113 | 53 | 0 | 15 | 327 | 110 | 67 |
| Binary | 111000 | 1111110 | 11011110 | 1001011 | 101011 | 0 | 1101 | 11010111 | 1001000 | 110111 |
Color Harmonies of #387EDE
Complementary color
Monochromatic Colors of #387EDE
Black with #387EDE
Text Example
Text Example
White with #387EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EDE; }
p { color: rgb(56,126,222); }
H1.HeaderClassName
{
color: #387EDE;
}
.AnyTagClassName
{
color: #387EDE;
}
</style>
background-color css
<style>
a { background-color: #387EDE; }
a { background-color: rgb(56,126,222); }
div.DivClassName
{
background-color: #387EDE;
}
.BgClassName
{
background-color: #387EDE;
}
</style>
border-color css
<style>
span { border-color: #387EDE; }
span { border-color: rgb(56,126,222); }
td.TdClassName
{
border-color: #387EDE;
}
.TagClassName
{
border-color: #387EDE;
}
</style>