Shades of Royal Blue #387BDC
Tints of Royal Blue #387BDC
RGB
CMYK
RGB Variations
Color information
#387BDC (or 0x387BDC) is known color: Royal Blue. HEX triplet: 38, 7B and DC. RGB value is (56,123,220). Sum of RGB (Red+Green+Blue) = 56+123+220=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #387BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BDC is #C78423. Grayscale: #717171. Windows color (decimal): -13075492 or 14449464. OLE color: 14449464.
HSL color Cylindrical-coordinate representation of color #387BDC: hue angle of 215.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387BDC is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 123 | 220 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.14 |
| HSL | 215.49º | 0.7% | 0.54% | - |
| HSV(B) | 215.49º | 0.75% | 0.86% | - |
| XYZ | 21.63 | 20.17 | 70.46 | - |
| YUV | 114.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 220 | 0.75 | 0.44 | 0 | 0.14 | 215.49 | 0.7 | 0.54 |
| Hex | 38 | 7B | DC | 4B | 2C | 0 | E | D7 | 46 | 36 |
| Octal | 70 | 173 | 334 | 113 | 54 | 0 | 16 | 327 | 106 | 66 |
| Binary | 111000 | 1111011 | 11011100 | 1001011 | 101100 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #387BDC
Complementary color
Monochromatic Colors of #387BDC
Black with #387BDC
Text Example
Text Example
White with #387BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BDC; }
p { color: rgb(56,123,220); }
H1.HeaderClassName
{
color: #387BDC;
}
.AnyTagClassName
{
color: #387BDC;
}
</style>
background-color css
<style>
a { background-color: #387BDC; }
a { background-color: rgb(56,123,220); }
div.DivClassName
{
background-color: #387BDC;
}
.BgClassName
{
background-color: #387BDC;
}
</style>
border-color css
<style>
span { border-color: #387BDC; }
span { border-color: rgb(56,123,220); }
td.TdClassName
{
border-color: #387BDC;
}
.TagClassName
{
border-color: #387BDC;
}
</style>