Shades of Royal Blue #3E85EB
Tints of Royal Blue #3E85EB
RGB
CMYK
RGB Variations
Color information
#3E85EB (or 0x3E85EB) is known color: Royal Blue. HEX triplet: 3E, 85 and EB. RGB value is (62,133,235). Sum of RGB (Red+Green+Blue) = 62+133+235=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E85EB is #C17A14. Grayscale: #7A7A7A. Windows color (decimal): -12679701 or 15435070. OLE color: 15435070.
HSL color Cylindrical-coordinate representation of color #3E85EB: hue angle of 215.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E85EB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 133 | 235 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.08 |
| HSL | 215.38º | 0.81% | 0.58% | - |
| HSV(B) | 215.38º | 0.74% | 0.92% | - |
| XYZ | 25.37 | 23.8 | 81.85 | - |
| YUV | 123.4 | 190.98 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 235 | 0.74 | 0.43 | 0 | 0.08 | 215.38 | 0.81 | 0.58 |
| Hex | 3E | 85 | EB | 4A | 2B | 0 | 8 | D7 | 51 | 3A |
| Octal | 76 | 205 | 353 | 112 | 53 | 0 | 10 | 327 | 121 | 72 |
| Binary | 111110 | 10000101 | 11101011 | 1001010 | 101011 | 0 | 1000 | 11010111 | 1010001 | 111010 |
Color Harmonies of #3E85EB
Complementary color
Monochromatic Colors of #3E85EB
Black with #3E85EB
Text Example
Text Example
White with #3E85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E85EB; }
p { color: rgb(62,133,235); }
H1.HeaderClassName
{
color: #3E85EB;
}
.AnyTagClassName
{
color: #3E85EB;
}
</style>
background-color css
<style>
a { background-color: #3E85EB; }
a { background-color: rgb(62,133,235); }
div.DivClassName
{
background-color: #3E85EB;
}
.BgClassName
{
background-color: #3E85EB;
}
</style>
border-color css
<style>
span { border-color: #3E85EB; }
span { border-color: rgb(62,133,235); }
td.TdClassName
{
border-color: #3E85EB;
}
.TagClassName
{
border-color: #3E85EB;
}
</style>