Shades of Royal Blue #387AF5
Tints of Royal Blue #387AF5
RGB
CMYK
RGB Variations
Color information
#387AF5 (or 0x387AF5) is known color: Royal Blue. HEX triplet: 38, 7A and F5. RGB value is (56,122,245). Sum of RGB (Red+Green+Blue) = 56+122+245=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #387AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AF5 is #C7850A. Grayscale: #737373. Windows color (decimal): -13075723 or 16087608. OLE color: 16087608.
HSL color Cylindrical-coordinate representation of color #387AF5: hue angle of 219.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387AF5 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 122 | 245 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.04 |
| HSL | 219.05º | 0.9% | 0.59% | - |
| HSV(B) | 219.05º | 0.77% | 0.96% | - |
| XYZ | 25.07 | 21.35 | 89.19 | - |
| YUV | 116.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 245 | 0.77 | 0.50 | 0 | 0.04 | 219.05 | 0.9 | 0.59 |
| Hex | 38 | 7A | F5 | 4D | 32 | 0 | 4 | DB | 5A | 3B |
| Octal | 70 | 172 | 365 | 115 | 62 | 0 | 4 | 333 | 132 | 73 |
| Binary | 111000 | 1111010 | 11110101 | 1001101 | 110010 | 0 | 100 | 11011011 | 1011010 | 111011 |
Color Harmonies of #387AF5
Complementary color
Monochromatic Colors of #387AF5
Black with #387AF5
Text Example
Text Example
White with #387AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AF5; }
p { color: rgb(56,122,245); }
H1.HeaderClassName
{
color: #387AF5;
}
.AnyTagClassName
{
color: #387AF5;
}
</style>
background-color css
<style>
a { background-color: #387AF5; }
a { background-color: rgb(56,122,245); }
div.DivClassName
{
background-color: #387AF5;
}
.BgClassName
{
background-color: #387AF5;
}
</style>
border-color css
<style>
span { border-color: #387AF5; }
span { border-color: rgb(56,122,245); }
td.TdClassName
{
border-color: #387AF5;
}
.TagClassName
{
border-color: #387AF5;
}
</style>