Shades of Royal Blue #3F77EE
Tints of Royal Blue #3F77EE
RGB
CMYK
RGB Variations
Color information
#3F77EE (or 0x3F77EE) is known color: Royal Blue. HEX triplet: 3F, 77 and EE. RGB value is (63,119,238). Sum of RGB (Red+Green+Blue) = 63+119+238=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F77EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F77EE is #C08811. Grayscale: #737373. Windows color (decimal): -12617746 or 15628095. OLE color: 15628095.
HSL color Cylindrical-coordinate representation of color #3F77EE: hue angle of 220.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F77EE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 119 | 238 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.07 |
| HSL | 220.8º | 0.84% | 0.59% | - |
| HSV(B) | 220.8º | 0.74% | 0.93% | - |
| XYZ | 24.08 | 20.42 | 83.56 | - |
| YUV | 115.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 238 | 0.74 | 0.50 | 0 | 0.07 | 220.8 | 0.84 | 0.59 |
| Hex | 3F | 77 | EE | 4A | 32 | 0 | 7 | DD | 54 | 3B |
| Octal | 77 | 167 | 356 | 112 | 62 | 0 | 7 | 335 | 124 | 73 |
| Binary | 111111 | 1110111 | 11101110 | 1001010 | 110010 | 0 | 111 | 11011101 | 1010100 | 111011 |
Color Harmonies of #3F77EE
Complementary color
Monochromatic Colors of #3F77EE
Black with #3F77EE
Text Example
Text Example
White with #3F77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F77EE; }
p { color: rgb(63,119,238); }
H1.HeaderClassName
{
color: #3F77EE;
}
.AnyTagClassName
{
color: #3F77EE;
}
</style>
background-color css
<style>
a { background-color: #3F77EE; }
a { background-color: rgb(63,119,238); }
div.DivClassName
{
background-color: #3F77EE;
}
.BgClassName
{
background-color: #3F77EE;
}
</style>
border-color css
<style>
span { border-color: #3F77EE; }
span { border-color: rgb(63,119,238); }
td.TdClassName
{
border-color: #3F77EE;
}
.TagClassName
{
border-color: #3F77EE;
}
</style>