Shades of Royal Blue #3F73FB
Tints of Royal Blue #3F73FB
RGB
CMYK
RGB Variations
Color information
#3F73FB (or 0x3F73FB) is known color: Royal Blue. HEX triplet: 3F, 73 and FB. RGB value is (63,115,251). Sum of RGB (Red+Green+Blue) = 63+115+251=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F73FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F73FB is #C08C04. Grayscale: #727272. Windows color (decimal): -12618757 or 16479039. OLE color: 16479039.
HSL color Cylindrical-coordinate representation of color #3F73FB: hue angle of 223.4º 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 #3F73FB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 115 | 251 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.02 |
| HSL | 223.4º | 0.96% | 0.62% | - |
| HSV(B) | 223.4º | 0.75% | 0.98% | - |
| XYZ | 25.59 | 20.28 | 93.83 | - |
| YUV | 114.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 251 | 0.75 | 0.54 | 0 | 0.02 | 223.4 | 0.96 | 0.62 |
| Hex | 3F | 73 | FB | 4B | 36 | 0 | 2 | DF | 60 | 3E |
| Octal | 77 | 163 | 373 | 113 | 66 | 0 | 2 | 337 | 140 | 76 |
| Binary | 111111 | 1110011 | 11111011 | 1001011 | 110110 | 0 | 10 | 11011111 | 1100000 | 111110 |
Color Harmonies of #3F73FB
Complementary color
Monochromatic Colors of #3F73FB
Black with #3F73FB
Text Example
Text Example
White with #3F73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73FB; }
p { color: rgb(63,115,251); }
H1.HeaderClassName
{
color: #3F73FB;
}
.AnyTagClassName
{
color: #3F73FB;
}
</style>
background-color css
<style>
a { background-color: #3F73FB; }
a { background-color: rgb(63,115,251); }
div.DivClassName
{
background-color: #3F73FB;
}
.BgClassName
{
background-color: #3F73FB;
}
</style>
border-color css
<style>
span { border-color: #3F73FB; }
span { border-color: rgb(63,115,251); }
td.TdClassName
{
border-color: #3F73FB;
}
.TagClassName
{
border-color: #3F73FB;
}
</style>