Shades of Royal Blue #3F7EEA
Tints of Royal Blue #3F7EEA
RGB
CMYK
RGB Variations
Color information
#3F7EEA (or 0x3F7EEA) is known color: Royal Blue. HEX triplet: 3F, 7E and EA. RGB value is (63,126,234). Sum of RGB (Red+Green+Blue) = 63+126+234=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F7EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EEA is #C08115. Grayscale: #767676. Windows color (decimal): -12615958 or 15367743. OLE color: 15367743.
HSL color Cylindrical-coordinate representation of color #3F7EEA: hue angle of 217.89º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F7EEA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 126 | 234 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.08 |
| HSL | 217.89º | 0.8% | 0.58% | - |
| HSV(B) | 217.89º | 0.73% | 0.92% | - |
| XYZ | 24.36 | 21.92 | 80.79 | - |
| YUV | 119.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 234 | 0.73 | 0.46 | 0 | 0.08 | 217.89 | 0.8 | 0.58 |
| Hex | 3F | 7E | EA | 49 | 2E | 0 | 8 | DA | 50 | 3A |
| Octal | 77 | 176 | 352 | 111 | 56 | 0 | 10 | 332 | 120 | 72 |
| Binary | 111111 | 1111110 | 11101010 | 1001001 | 101110 | 0 | 1000 | 11011010 | 1010000 | 111010 |
Color Harmonies of #3F7EEA
Complementary color
Monochromatic Colors of #3F7EEA
Black with #3F7EEA
Text Example
Text Example
White with #3F7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EEA; }
p { color: rgb(63,126,234); }
H1.HeaderClassName
{
color: #3F7EEA;
}
.AnyTagClassName
{
color: #3F7EEA;
}
</style>
background-color css
<style>
a { background-color: #3F7EEA; }
a { background-color: rgb(63,126,234); }
div.DivClassName
{
background-color: #3F7EEA;
}
.BgClassName
{
background-color: #3F7EEA;
}
</style>
border-color css
<style>
span { border-color: #3F7EEA; }
span { border-color: rgb(63,126,234); }
td.TdClassName
{
border-color: #3F7EEA;
}
.TagClassName
{
border-color: #3F7EEA;
}
</style>