Shades of Royal Blue #3857F2
Tints of Royal Blue #3857F2
RGB
CMYK
RGB Variations
Color information
#3857F2 (or 0x3857F2) is known color: Royal Blue. HEX triplet: 38, 57 and F2. RGB value is (56,87,242). Sum of RGB (Red+Green+Blue) = 56+87+242=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #3857F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3857F2 is #C7A80D. Grayscale: #5E5E5E. Windows color (decimal): -13084686 or 15882040. OLE color: 15882040.
HSL color Cylindrical-coordinate representation of color #3857F2: hue angle of 230º 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 #3857F2 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 87 | 242 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.05 |
| HSL | 230º | 0.88% | 0.58% | - |
| HSV(B) | 230º | 0.77% | 0.95% | - |
| XYZ | 21.07 | 14.07 | 85.61 | - |
| YUV | 95.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 242 | 0.77 | 0.64 | 0 | 0.05 | 230 | 0.88 | 0.58 |
| Hex | 38 | 57 | F2 | 4D | 40 | 0 | 5 | E6 | 58 | 3A |
| Octal | 70 | 127 | 362 | 115 | 100 | 0 | 5 | 346 | 130 | 72 |
| Binary | 111000 | 1010111 | 11110010 | 1001101 | 1000000 | 0 | 101 | 11100110 | 1011000 | 111010 |
Color Harmonies of #3857F2
Complementary color
Monochromatic Colors of #3857F2
Black with #3857F2
Text Example
Text Example
White with #3857F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3857F2; }
p { color: rgb(56,87,242); }
H1.HeaderClassName
{
color: #3857F2;
}
.AnyTagClassName
{
color: #3857F2;
}
</style>
background-color css
<style>
a { background-color: #3857F2; }
a { background-color: rgb(56,87,242); }
div.DivClassName
{
background-color: #3857F2;
}
.BgClassName
{
background-color: #3857F2;
}
</style>
border-color css
<style>
span { border-color: #3857F2; }
span { border-color: rgb(56,87,242); }
td.TdClassName
{
border-color: #3857F2;
}
.TagClassName
{
border-color: #3857F2;
}
</style>