Shades of Royal Blue #387AF8
Tints of Royal Blue #387AF8
RGB
CMYK
RGB Variations
Color information
#387AF8 (or 0x387AF8) is known color: Royal Blue. HEX triplet: 38, 7A and F8. RGB value is (56,122,248). Sum of RGB (Red+Green+Blue) = 56+122+248=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #387AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AF8 is #C78507. Grayscale: #747474. Windows color (decimal): -13075720 or 16284216. OLE color: 16284216.
HSL color Cylindrical-coordinate representation of color #387AF8: hue angle of 219.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387AF8 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 122 | 248 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.03 |
| HSL | 219.38º | 0.93% | 0.6% | - |
| HSV(B) | 219.38º | 0.77% | 0.97% | - |
| XYZ | 25.53 | 21.54 | 91.62 | - |
| YUV | 116.63 | 202.13 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 248 | 0.77 | 0.51 | 0 | 0.03 | 219.38 | 0.93 | 0.6 |
| Hex | 38 | 7A | F8 | 4D | 33 | 0 | 3 | DB | 5D | 3C |
| Octal | 70 | 172 | 370 | 115 | 63 | 0 | 3 | 333 | 135 | 74 |
| Binary | 111000 | 1111010 | 11111000 | 1001101 | 110011 | 0 | 11 | 11011011 | 1011101 | 111100 |
Color Harmonies of #387AF8
Complementary color
Monochromatic Colors of #387AF8
Black with #387AF8
Text Example
Text Example
White with #387AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AF8; }
p { color: rgb(56,122,248); }
H1.HeaderClassName
{
color: #387AF8;
}
.AnyTagClassName
{
color: #387AF8;
}
</style>
background-color css
<style>
a { background-color: #387AF8; }
a { background-color: rgb(56,122,248); }
div.DivClassName
{
background-color: #387AF8;
}
.BgClassName
{
background-color: #387AF8;
}
</style>
border-color css
<style>
span { border-color: #387AF8; }
span { border-color: rgb(56,122,248); }
td.TdClassName
{
border-color: #387AF8;
}
.TagClassName
{
border-color: #387AF8;
}
</style>