Shades of Royal Blue #3870FF
Tints of Royal Blue #3870FF
RGB
CMYK
RGB Variations
Color information
#3870FF (or 0x3870FF) is known color: Royal Blue. HEX triplet: 38, 70 and FF. RGB value is (56,112,255). Sum of RGB (Red+Green+Blue) = 56+112+255=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3870FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3870FF is #C78F00. Grayscale: #6E6E6E. Windows color (decimal): -13078273 or 16740408. OLE color: 16740408.
HSL color Cylindrical-coordinate representation of color #3870FF: hue angle of 223.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3870FF is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 112 | 255 | - |
| CMYK | 0.78 | 0.56 | 0 | 0 |
| HSL | 223.12º | 1% | 0.61% | - |
| HSV(B) | 223.12º | 0.78% | 1% | - |
| XYZ | 25.48 | 19.65 | 97.06 | - |
| YUV | 111.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 255 | 0.78 | 0.56 | 0 | 0 | 223.12 | 1 | 0.61 |
| Hex | 38 | 70 | FF | 4E | 38 | 0 | 0 | DF | 64 | 3D |
| Octal | 70 | 160 | 377 | 116 | 70 | 0 | 0 | 337 | 144 | 75 |
| Binary | 111000 | 1110000 | 11111111 | 1001110 | 111000 | 0 | 0 | 11011111 | 1100100 | 111101 |
Color Harmonies of #3870FF
Complementary color
Monochromatic Colors of #3870FF
Black with #3870FF
Text Example
Text Example
White with #3870FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870FF; }
p { color: rgb(56,112,255); }
H1.HeaderClassName
{
color: #3870FF;
}
.AnyTagClassName
{
color: #3870FF;
}
</style>
background-color css
<style>
a { background-color: #3870FF; }
a { background-color: rgb(56,112,255); }
div.DivClassName
{
background-color: #3870FF;
}
.BgClassName
{
background-color: #3870FF;
}
</style>
border-color css
<style>
span { border-color: #3870FF; }
span { border-color: rgb(56,112,255); }
td.TdClassName
{
border-color: #3870FF;
}
.TagClassName
{
border-color: #3870FF;
}
</style>