Shades of Royal Blue #3F7EFF
Tints of Royal Blue #3F7EFF
RGB
CMYK
RGB Variations
Color information
#3F7EFF (or 0x3F7EFF) is known color: Royal Blue. HEX triplet: 3F, 7E and FF. RGB value is (63,126,255). Sum of RGB (Red+Green+Blue) = 63+126+255=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EFF is #C08100. Grayscale: #797979. Windows color (decimal): -12615937 or 16743999. OLE color: 16743999.
HSL color Cylindrical-coordinate representation of color #3F7EFF: hue angle of 220.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F7EFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 126 | 255 | - |
| CMYK | 0.75 | 0.51 | 0 | 0 |
| HSL | 220.31º | 1% | 0.62% | - |
| HSV(B) | 220.31º | 0.75% | 1% | - |
| XYZ | 27.56 | 23.2 | 97.63 | - |
| YUV | 121.87 | 203.13 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 255 | 0.75 | 0.51 | 0 | 0 | 220.31 | 1 | 0.62 |
| Hex | 3F | 7E | FF | 4B | 33 | 0 | 0 | DC | 64 | 3E |
| Octal | 77 | 176 | 377 | 113 | 63 | 0 | 0 | 334 | 144 | 76 |
| Binary | 111111 | 1111110 | 11111111 | 1001011 | 110011 | 0 | 0 | 11011100 | 1100100 | 111110 |
Color Harmonies of #3F7EFF
Complementary color
Monochromatic Colors of #3F7EFF
Black with #3F7EFF
Text Example
Text Example
White with #3F7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EFF; }
p { color: rgb(63,126,255); }
H1.HeaderClassName
{
color: #3F7EFF;
}
.AnyTagClassName
{
color: #3F7EFF;
}
</style>
background-color css
<style>
a { background-color: #3F7EFF; }
a { background-color: rgb(63,126,255); }
div.DivClassName
{
background-color: #3F7EFF;
}
.BgClassName
{
background-color: #3F7EFF;
}
</style>
border-color css
<style>
span { border-color: #3F7EFF; }
span { border-color: rgb(63,126,255); }
td.TdClassName
{
border-color: #3F7EFF;
}
.TagClassName
{
border-color: #3F7EFF;
}
</style>