Shades of Royal Blue #3F5DDD
Tints of Royal Blue #3F5DDD
RGB
CMYK
RGB Variations
Color information
#3F5DDD (or 0x3F5DDD) is known color: Royal Blue. HEX triplet: 3F, 5D and DD. RGB value is (63,93,221). Sum of RGB (Red+Green+Blue) = 63+93+221=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DDD is #C0A222. Grayscale: #626262. Windows color (decimal): -12624419 or 14507327. OLE color: 14507327.
HSL color Cylindrical-coordinate representation of color #3F5DDD: hue angle of 228.61º 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 #3F5DDD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 93 | 221 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.13 |
| HSL | 228.61º | 0.7% | 0.56% | - |
| HSV(B) | 228.61º | 0.71% | 0.87% | - |
| XYZ | 19.02 | 14.11 | 70.13 | - |
| YUV | 98.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 221 | 0.71 | 0.58 | 0 | 0.13 | 228.61 | 0.7 | 0.56 |
| Hex | 3F | 5D | DD | 47 | 3A | 0 | D | E5 | 46 | 38 |
| Octal | 77 | 135 | 335 | 107 | 72 | 0 | 15 | 345 | 106 | 70 |
| Binary | 111111 | 1011101 | 11011101 | 1000111 | 111010 | 0 | 1101 | 11100101 | 1000110 | 111000 |
Color Harmonies of #3F5DDD
Complementary color
Monochromatic Colors of #3F5DDD
Black with #3F5DDD
Text Example
Text Example
White with #3F5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DDD; }
p { color: rgb(63,93,221); }
H1.HeaderClassName
{
color: #3F5DDD;
}
.AnyTagClassName
{
color: #3F5DDD;
}
</style>
background-color css
<style>
a { background-color: #3F5DDD; }
a { background-color: rgb(63,93,221); }
div.DivClassName
{
background-color: #3F5DDD;
}
.BgClassName
{
background-color: #3F5DDD;
}
</style>
border-color css
<style>
span { border-color: #3F5DDD; }
span { border-color: rgb(63,93,221); }
td.TdClassName
{
border-color: #3F5DDD;
}
.TagClassName
{
border-color: #3F5DDD;
}
</style>