Shades of Royal Blue #387AF2
Tints of Royal Blue #387AF2
RGB
CMYK
RGB Variations
Color information
#387AF2 (or 0x387AF2) is known color: Royal Blue. HEX triplet: 38, 7A and F2. RGB value is (56,122,242). Sum of RGB (Red+Green+Blue) = 56+122+242=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #387AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AF2 is #C7850D. Grayscale: #737373. Windows color (decimal): -13075726 or 15891000. OLE color: 15891000.
HSL color Cylindrical-coordinate representation of color #387AF2: hue angle of 218.71º degrees, saturation: 0.88, 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 #387AF2 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 122 | 242 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.05 |
| HSL | 218.71º | 0.88% | 0.58% | - |
| HSV(B) | 218.71º | 0.77% | 0.95% | - |
| XYZ | 24.62 | 21.17 | 86.79 | - |
| YUV | 115.95 | 199.13 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 242 | 0.77 | 0.50 | 0 | 0.05 | 218.71 | 0.88 | 0.58 |
| Hex | 38 | 7A | F2 | 4D | 32 | 0 | 5 | DB | 58 | 3A |
| Octal | 70 | 172 | 362 | 115 | 62 | 0 | 5 | 333 | 130 | 72 |
| Binary | 111000 | 1111010 | 11110010 | 1001101 | 110010 | 0 | 101 | 11011011 | 1011000 | 111010 |
Color Harmonies of #387AF2
Complementary color
Monochromatic Colors of #387AF2
Black with #387AF2
Text Example
Text Example
White with #387AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AF2; }
p { color: rgb(56,122,242); }
H1.HeaderClassName
{
color: #387AF2;
}
.AnyTagClassName
{
color: #387AF2;
}
</style>
background-color css
<style>
a { background-color: #387AF2; }
a { background-color: rgb(56,122,242); }
div.DivClassName
{
background-color: #387AF2;
}
.BgClassName
{
background-color: #387AF2;
}
</style>
border-color css
<style>
span { border-color: #387AF2; }
span { border-color: rgb(56,122,242); }
td.TdClassName
{
border-color: #387AF2;
}
.TagClassName
{
border-color: #387AF2;
}
</style>