Shades of Royal Blue #3F73FA
Tints of Royal Blue #3F73FA
RGB
CMYK
RGB Variations
Color information
#3F73FA (or 0x3F73FA) is known color: Royal Blue. HEX triplet: 3F, 73 and FA. RGB value is (63,115,250). Sum of RGB (Red+Green+Blue) = 63+115+250=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F73FA is #C08C05. Grayscale: #727272. Windows color (decimal): -12618758 or 16413503. OLE color: 16413503.
HSL color Cylindrical-coordinate representation of color #3F73FA: hue angle of 223.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F73FA is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 115 | 250 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.02 |
| HSL | 223.32º | 0.95% | 0.61% | - |
| HSV(B) | 223.32º | 0.75% | 0.98% | - |
| XYZ | 25.44 | 20.22 | 93 | - |
| YUV | 114.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 250 | 0.75 | 0.54 | 0 | 0.02 | 223.32 | 0.95 | 0.61 |
| Hex | 3F | 73 | FA | 4B | 36 | 0 | 2 | DF | 5F | 3D |
| Octal | 77 | 163 | 372 | 113 | 66 | 0 | 2 | 337 | 137 | 75 |
| Binary | 111111 | 1110011 | 11111010 | 1001011 | 110110 | 0 | 10 | 11011111 | 1011111 | 111101 |
Color Harmonies of #3F73FA
Complementary color
Monochromatic Colors of #3F73FA
Black with #3F73FA
Text Example
Text Example
White with #3F73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73FA; }
p { color: rgb(63,115,250); }
H1.HeaderClassName
{
color: #3F73FA;
}
.AnyTagClassName
{
color: #3F73FA;
}
</style>
background-color css
<style>
a { background-color: #3F73FA; }
a { background-color: rgb(63,115,250); }
div.DivClassName
{
background-color: #3F73FA;
}
.BgClassName
{
background-color: #3F73FA;
}
</style>
border-color css
<style>
span { border-color: #3F73FA; }
span { border-color: rgb(63,115,250); }
td.TdClassName
{
border-color: #3F73FA;
}
.TagClassName
{
border-color: #3F73FA;
}
</style>