Shades of Royal Blue #387AF1
Tints of Royal Blue #387AF1
RGB
CMYK
RGB Variations
Color information
#387AF1 (or 0x387AF1) is known color: Royal Blue. HEX triplet: 38, 7A and F1. RGB value is (56,122,241). Sum of RGB (Red+Green+Blue) = 56+122+241=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #387AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AF1 is #C7850E. Grayscale: #737373. Windows color (decimal): -13075727 or 15825464. OLE color: 15825464.
HSL color Cylindrical-coordinate representation of color #387AF1: hue angle of 218.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387AF1 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 122 | 241 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.05 |
| HSL | 218.59º | 0.87% | 0.58% | - |
| HSV(B) | 218.59º | 0.77% | 0.95% | - |
| XYZ | 24.47 | 21.11 | 86 | - |
| YUV | 115.83 | 198.63 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 241 | 0.77 | 0.49 | 0 | 0.05 | 218.59 | 0.87 | 0.58 |
| Hex | 38 | 7A | F1 | 4D | 31 | 0 | 5 | DB | 57 | 3A |
| Octal | 70 | 172 | 361 | 115 | 61 | 0 | 5 | 333 | 127 | 72 |
| Binary | 111000 | 1111010 | 11110001 | 1001101 | 110001 | 0 | 101 | 11011011 | 1010111 | 111010 |
Color Harmonies of #387AF1
Complementary color
Monochromatic Colors of #387AF1
Black with #387AF1
Text Example
Text Example
White with #387AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AF1; }
p { color: rgb(56,122,241); }
H1.HeaderClassName
{
color: #387AF1;
}
.AnyTagClassName
{
color: #387AF1;
}
</style>
background-color css
<style>
a { background-color: #387AF1; }
a { background-color: rgb(56,122,241); }
div.DivClassName
{
background-color: #387AF1;
}
.BgClassName
{
background-color: #387AF1;
}
</style>
border-color css
<style>
span { border-color: #387AF1; }
span { border-color: rgb(56,122,241); }
td.TdClassName
{
border-color: #387AF1;
}
.TagClassName
{
border-color: #387AF1;
}
</style>