Shades of Royal Blue #3F7EFB
Tints of Royal Blue #3F7EFB
RGB
CMYK
RGB Variations
Color information
#3F7EFB (or 0x3F7EFB) is known color: Royal Blue. HEX triplet: 3F, 7E and FB. RGB value is (63,126,251). Sum of RGB (Red+Green+Blue) = 63+126+251=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F7EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EFB is #C08104. Grayscale: #787878. Windows color (decimal): -12615941 or 16481855. OLE color: 16481855.
HSL color Cylindrical-coordinate representation of color #3F7EFB: hue angle of 219.89º 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 #3F7EFB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 126 | 251 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.02 |
| HSL | 219.89º | 0.96% | 0.62% | - |
| HSV(B) | 219.89º | 0.75% | 0.98% | - |
| XYZ | 26.92 | 22.94 | 94.28 | - |
| YUV | 121.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 251 | 0.75 | 0.50 | 0 | 0.02 | 219.89 | 0.96 | 0.62 |
| Hex | 3F | 7E | FB | 4B | 32 | 0 | 2 | DC | 60 | 3E |
| Octal | 77 | 176 | 373 | 113 | 62 | 0 | 2 | 334 | 140 | 76 |
| Binary | 111111 | 1111110 | 11111011 | 1001011 | 110010 | 0 | 10 | 11011100 | 1100000 | 111110 |
Color Harmonies of #3F7EFB
Complementary color
Monochromatic Colors of #3F7EFB
Black with #3F7EFB
Text Example
Text Example
White with #3F7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EFB; }
p { color: rgb(63,126,251); }
H1.HeaderClassName
{
color: #3F7EFB;
}
.AnyTagClassName
{
color: #3F7EFB;
}
</style>
background-color css
<style>
a { background-color: #3F7EFB; }
a { background-color: rgb(63,126,251); }
div.DivClassName
{
background-color: #3F7EFB;
}
.BgClassName
{
background-color: #3F7EFB;
}
</style>
border-color css
<style>
span { border-color: #3F7EFB; }
span { border-color: rgb(63,126,251); }
td.TdClassName
{
border-color: #3F7EFB;
}
.TagClassName
{
border-color: #3F7EFB;
}
</style>