Shades of Royal Blue #387FDC
Tints of Royal Blue #387FDC
RGB
CMYK
RGB Variations
Color information
#387FDC (or 0x387FDC) is known color: Royal Blue. HEX triplet: 38, 7F and DC. RGB value is (56,127,220). Sum of RGB (Red+Green+Blue) = 56+127+220=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #387FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FDC is #C78023. Grayscale: #737373. Windows color (decimal): -13074468 or 14450488. OLE color: 14450488.
HSL color Cylindrical-coordinate representation of color #387FDC: hue angle of 214.02º 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 #387FDC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 127 | 220 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.14 |
| HSL | 214.02º | 0.7% | 0.54% | - |
| HSV(B) | 214.02º | 0.75% | 0.86% | - |
| XYZ | 22.14 | 21.19 | 70.63 | - |
| YUV | 116.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 220 | 0.75 | 0.42 | 0 | 0.14 | 214.02 | 0.7 | 0.54 |
| Hex | 38 | 7F | DC | 4B | 2A | 0 | E | D6 | 46 | 36 |
| Octal | 70 | 177 | 334 | 113 | 52 | 0 | 16 | 326 | 106 | 66 |
| Binary | 111000 | 1111111 | 11011100 | 1001011 | 101010 | 0 | 1110 | 11010110 | 1000110 | 110110 |
Color Harmonies of #387FDC
Complementary color
Monochromatic Colors of #387FDC
Black with #387FDC
Text Example
Text Example
White with #387FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FDC; }
p { color: rgb(56,127,220); }
H1.HeaderClassName
{
color: #387FDC;
}
.AnyTagClassName
{
color: #387FDC;
}
</style>
background-color css
<style>
a { background-color: #387FDC; }
a { background-color: rgb(56,127,220); }
div.DivClassName
{
background-color: #387FDC;
}
.BgClassName
{
background-color: #387FDC;
}
</style>
border-color css
<style>
span { border-color: #387FDC; }
span { border-color: rgb(56,127,220); }
td.TdClassName
{
border-color: #387FDC;
}
.TagClassName
{
border-color: #387FDC;
}
</style>