Shades of Royal Blue #3F6DFB
Tints of Royal Blue #3F6DFB
RGB
CMYK
RGB Variations
Color information
#3F6DFB (or 0x3F6DFB) is known color: Royal Blue. HEX triplet: 3F, 6D and FB. RGB value is (63,109,251). Sum of RGB (Red+Green+Blue) = 63+109+251=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6DFB is #C09204. Grayscale: #6E6E6E. Windows color (decimal): -12620293 or 16477503. OLE color: 16477503.
HSL color Cylindrical-coordinate representation of color #3F6DFB: hue angle of 225.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F6DFB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 109 | 251 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.02 |
| HSL | 225.32º | 0.96% | 0.62% | - |
| HSV(B) | 225.32º | 0.75% | 0.98% | - |
| XYZ | 24.93 | 18.96 | 93.61 | - |
| YUV | 111.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 251 | 0.75 | 0.57 | 0 | 0.02 | 225.32 | 0.96 | 0.62 |
| Hex | 3F | 6D | FB | 4B | 39 | 0 | 2 | E1 | 60 | 3E |
| Octal | 77 | 155 | 373 | 113 | 71 | 0 | 2 | 341 | 140 | 76 |
| Binary | 111111 | 1101101 | 11111011 | 1001011 | 111001 | 0 | 10 | 11100001 | 1100000 | 111110 |
Color Harmonies of #3F6DFB
Complementary color
Monochromatic Colors of #3F6DFB
Black with #3F6DFB
Text Example
Text Example
White with #3F6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DFB; }
p { color: rgb(63,109,251); }
H1.HeaderClassName
{
color: #3F6DFB;
}
.AnyTagClassName
{
color: #3F6DFB;
}
</style>
background-color css
<style>
a { background-color: #3F6DFB; }
a { background-color: rgb(63,109,251); }
div.DivClassName
{
background-color: #3F6DFB;
}
.BgClassName
{
background-color: #3F6DFB;
}
</style>
border-color css
<style>
span { border-color: #3F6DFB; }
span { border-color: rgb(63,109,251); }
td.TdClassName
{
border-color: #3F6DFB;
}
.TagClassName
{
border-color: #3F6DFB;
}
</style>