Shades of Royal Blue #3F5BDF
Tints of Royal Blue #3F5BDF
RGB
CMYK
RGB Variations
Color information
#3F5BDF (or 0x3F5BDF) is known color: Royal Blue. HEX triplet: 3F, 5B and DF. RGB value is (63,91,223). Sum of RGB (Red+Green+Blue) = 63+91+223=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F5BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BDF is #C0A420. Grayscale: #616161. Windows color (decimal): -12624929 or 14637887. OLE color: 14637887.
HSL color Cylindrical-coordinate representation of color #3F5BDF: hue angle of 229.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5BDF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 91 | 223 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.13 |
| HSL | 229.5º | 0.71% | 0.56% | - |
| HSV(B) | 229.5º | 0.72% | 0.87% | - |
| XYZ | 19.11 | 13.87 | 71.48 | - |
| YUV | 97.68 | 198.72 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 223 | 0.72 | 0.59 | 0 | 0.13 | 229.5 | 0.71 | 0.56 |
| Hex | 3F | 5B | DF | 48 | 3B | 0 | D | E6 | 47 | 38 |
| Octal | 77 | 133 | 337 | 110 | 73 | 0 | 15 | 346 | 107 | 70 |
| Binary | 111111 | 1011011 | 11011111 | 1001000 | 111011 | 0 | 1101 | 11100110 | 1000111 | 111000 |
Color Harmonies of #3F5BDF
Complementary color
Monochromatic Colors of #3F5BDF
Black with #3F5BDF
Text Example
Text Example
White with #3F5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BDF; }
p { color: rgb(63,91,223); }
H1.HeaderClassName
{
color: #3F5BDF;
}
.AnyTagClassName
{
color: #3F5BDF;
}
</style>
background-color css
<style>
a { background-color: #3F5BDF; }
a { background-color: rgb(63,91,223); }
div.DivClassName
{
background-color: #3F5BDF;
}
.BgClassName
{
background-color: #3F5BDF;
}
</style>
border-color css
<style>
span { border-color: #3F5BDF; }
span { border-color: rgb(63,91,223); }
td.TdClassName
{
border-color: #3F5BDF;
}
.TagClassName
{
border-color: #3F5BDF;
}
</style>