Shades of Royal Blue #3863FA
Tints of Royal Blue #3863FA
RGB
CMYK
RGB Variations
Color information
#3863FA (or 0x3863FA) is known color: Royal Blue. HEX triplet: 38, 63 and FA. RGB value is (56,99,250). Sum of RGB (Red+Green+Blue) = 56+99+250=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3863FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3863FA is #C79C05. Grayscale: #666666. Windows color (decimal): -13081606 or 16409400. OLE color: 16409400.
HSL color Cylindrical-coordinate representation of color #3863FA: hue angle of 226.7º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3863FA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 99 | 250 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.02 |
| HSL | 226.7º | 0.95% | 0.6% | - |
| HSV(B) | 226.7º | 0.78% | 0.98% | - |
| XYZ | 23.35 | 16.67 | 92.43 | - |
| YUV | 103.36 | 210.75 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 250 | 0.78 | 0.60 | 0 | 0.02 | 226.7 | 0.95 | 0.6 |
| Hex | 38 | 63 | FA | 4E | 3C | 0 | 2 | E3 | 5F | 3C |
| Octal | 70 | 143 | 372 | 116 | 74 | 0 | 2 | 343 | 137 | 74 |
| Binary | 111000 | 1100011 | 11111010 | 1001110 | 111100 | 0 | 10 | 11100011 | 1011111 | 111100 |
Color Harmonies of #3863FA
Complementary color
Monochromatic Colors of #3863FA
Black with #3863FA
Text Example
Text Example
White with #3863FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3863FA; }
p { color: rgb(56,99,250); }
H1.HeaderClassName
{
color: #3863FA;
}
.AnyTagClassName
{
color: #3863FA;
}
</style>
background-color css
<style>
a { background-color: #3863FA; }
a { background-color: rgb(56,99,250); }
div.DivClassName
{
background-color: #3863FA;
}
.BgClassName
{
background-color: #3863FA;
}
</style>
border-color css
<style>
span { border-color: #3863FA; }
span { border-color: rgb(56,99,250); }
td.TdClassName
{
border-color: #3863FA;
}
.TagClassName
{
border-color: #3863FA;
}
</style>