Shades of Royal Blue #3F55EB
Tints of Royal Blue #3F55EB
RGB
CMYK
RGB Variations
Color information
#3F55EB (or 0x3F55EB) is known color: Royal Blue. HEX triplet: 3F, 55 and EB. RGB value is (63,85,235). Sum of RGB (Red+Green+Blue) = 63+85+235=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F55EB is #C0AA14. Grayscale: #5E5E5E. Windows color (decimal): -12626453 or 15422783. OLE color: 15422783.
HSL color Cylindrical-coordinate representation of color #3F55EB: hue angle of 232.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F55EB is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 85 | 235 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.08 |
| HSL | 232.33º | 0.81% | 0.58% | - |
| HSV(B) | 232.33º | 0.73% | 0.92% | - |
| XYZ | 20.29 | 13.55 | 80.14 | - |
| YUV | 95.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 235 | 0.73 | 0.64 | 0 | 0.08 | 232.33 | 0.81 | 0.58 |
| Hex | 3F | 55 | EB | 49 | 40 | 0 | 8 | E8 | 51 | 3A |
| Octal | 77 | 125 | 353 | 111 | 100 | 0 | 10 | 350 | 121 | 72 |
| Binary | 111111 | 1010101 | 11101011 | 1001001 | 1000000 | 0 | 1000 | 11101000 | 1010001 | 111010 |
Color Harmonies of #3F55EB
Complementary color
Monochromatic Colors of #3F55EB
Black with #3F55EB
Text Example
Text Example
White with #3F55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F55EB; }
p { color: rgb(63,85,235); }
H1.HeaderClassName
{
color: #3F55EB;
}
.AnyTagClassName
{
color: #3F55EB;
}
</style>
background-color css
<style>
a { background-color: #3F55EB; }
a { background-color: rgb(63,85,235); }
div.DivClassName
{
background-color: #3F55EB;
}
.BgClassName
{
background-color: #3F55EB;
}
</style>
border-color css
<style>
span { border-color: #3F55EB; }
span { border-color: rgb(63,85,235); }
td.TdClassName
{
border-color: #3F55EB;
}
.TagClassName
{
border-color: #3F55EB;
}
</style>