Shades of Royal Blue #3F71FB
Tints of Royal Blue #3F71FB
RGB
CMYK
RGB Variations
Color information
#3F71FB (or 0x3F71FB) is known color: Royal Blue. HEX triplet: 3F, 71 and FB. RGB value is (63,113,251). Sum of RGB (Red+Green+Blue) = 63+113+251=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F71FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F71FB is #C08E04. Grayscale: #717171. Windows color (decimal): -12619269 or 16478527. OLE color: 16478527.
HSL color Cylindrical-coordinate representation of color #3F71FB: hue angle of 224.04º 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 #3F71FB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 113 | 251 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.02 |
| HSL | 224.04º | 0.96% | 0.62% | - |
| HSV(B) | 224.04º | 0.75% | 0.98% | - |
| XYZ | 25.37 | 19.83 | 93.76 | - |
| YUV | 113.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 251 | 0.75 | 0.55 | 0 | 0.02 | 224.04 | 0.96 | 0.62 |
| Hex | 3F | 71 | FB | 4B | 37 | 0 | 2 | E0 | 60 | 3E |
| Octal | 77 | 161 | 373 | 113 | 67 | 0 | 2 | 340 | 140 | 76 |
| Binary | 111111 | 1110001 | 11111011 | 1001011 | 110111 | 0 | 10 | 11100000 | 1100000 | 111110 |
Color Harmonies of #3F71FB
Complementary color
Monochromatic Colors of #3F71FB
Black with #3F71FB
Text Example
Text Example
White with #3F71FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71FB; }
p { color: rgb(63,113,251); }
H1.HeaderClassName
{
color: #3F71FB;
}
.AnyTagClassName
{
color: #3F71FB;
}
</style>
background-color css
<style>
a { background-color: #3F71FB; }
a { background-color: rgb(63,113,251); }
div.DivClassName
{
background-color: #3F71FB;
}
.BgClassName
{
background-color: #3F71FB;
}
</style>
border-color css
<style>
span { border-color: #3F71FB; }
span { border-color: rgb(63,113,251); }
td.TdClassName
{
border-color: #3F71FB;
}
.TagClassName
{
border-color: #3F71FB;
}
</style>