Shades of Royal Blue #3F5EDD
Tints of Royal Blue #3F5EDD
RGB
CMYK
RGB Variations
Color information
#3F5EDD (or 0x3F5EDD) is known color: Royal Blue. HEX triplet: 3F, 5E and DD. RGB value is (63,94,221). Sum of RGB (Red+Green+Blue) = 63+94+221=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F5EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EDD is #C0A122. Grayscale: #626262. Windows color (decimal): -12624163 or 14507583. OLE color: 14507583.
HSL color Cylindrical-coordinate representation of color #3F5EDD: hue angle of 228.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5EDD is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 94 | 221 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.13 |
| HSL | 228.23º | 0.7% | 0.56% | - |
| HSV(B) | 228.23º | 0.71% | 0.87% | - |
| XYZ | 19.1 | 14.28 | 70.16 | - |
| YUV | 99.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 221 | 0.71 | 0.57 | 0 | 0.13 | 228.23 | 0.7 | 0.56 |
| Hex | 3F | 5E | DD | 47 | 39 | 0 | D | E4 | 46 | 38 |
| Octal | 77 | 136 | 335 | 107 | 71 | 0 | 15 | 344 | 106 | 70 |
| Binary | 111111 | 1011110 | 11011101 | 1000111 | 111001 | 0 | 1101 | 11100100 | 1000110 | 111000 |
Color Harmonies of #3F5EDD
Complementary color
Monochromatic Colors of #3F5EDD
Black with #3F5EDD
Text Example
Text Example
White with #3F5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EDD; }
p { color: rgb(63,94,221); }
H1.HeaderClassName
{
color: #3F5EDD;
}
.AnyTagClassName
{
color: #3F5EDD;
}
</style>
background-color css
<style>
a { background-color: #3F5EDD; }
a { background-color: rgb(63,94,221); }
div.DivClassName
{
background-color: #3F5EDD;
}
.BgClassName
{
background-color: #3F5EDD;
}
</style>
border-color css
<style>
span { border-color: #3F5EDD; }
span { border-color: rgb(63,94,221); }
td.TdClassName
{
border-color: #3F5EDD;
}
.TagClassName
{
border-color: #3F5EDD;
}
</style>