Shades of Royal Blue #3F7CEF
Tints of Royal Blue #3F7CEF
RGB
CMYK
RGB Variations
Color information
#3F7CEF (or 0x3F7CEF) is known color: Royal Blue. HEX triplet: 3F, 7C and EF. RGB value is (63,124,239). Sum of RGB (Red+Green+Blue) = 63+124+239=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F7CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7CEF is #C08310. Grayscale: #767676. Windows color (decimal): -12616465 or 15694911. OLE color: 15694911.
HSL color Cylindrical-coordinate representation of color #3F7CEF: hue angle of 219.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F7CEF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 124 | 239 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.06 |
| HSL | 219.2º | 0.85% | 0.59% | - |
| HSV(B) | 219.2º | 0.74% | 0.94% | - |
| XYZ | 24.84 | 21.7 | 84.54 | - |
| YUV | 118.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 239 | 0.74 | 0.48 | 0 | 0.06 | 219.2 | 0.85 | 0.59 |
| Hex | 3F | 7C | EF | 4A | 30 | 0 | 6 | DB | 55 | 3B |
| Octal | 77 | 174 | 357 | 112 | 60 | 0 | 6 | 333 | 125 | 73 |
| Binary | 111111 | 1111100 | 11101111 | 1001010 | 110000 | 0 | 110 | 11011011 | 1010101 | 111011 |
Color Harmonies of #3F7CEF
Complementary color
Monochromatic Colors of #3F7CEF
Black with #3F7CEF
Text Example
Text Example
White with #3F7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7CEF; }
p { color: rgb(63,124,239); }
H1.HeaderClassName
{
color: #3F7CEF;
}
.AnyTagClassName
{
color: #3F7CEF;
}
</style>
background-color css
<style>
a { background-color: #3F7CEF; }
a { background-color: rgb(63,124,239); }
div.DivClassName
{
background-color: #3F7CEF;
}
.BgClassName
{
background-color: #3F7CEF;
}
</style>
border-color css
<style>
span { border-color: #3F7CEF; }
span { border-color: rgb(63,124,239); }
td.TdClassName
{
border-color: #3F7CEF;
}
.TagClassName
{
border-color: #3F7CEF;
}
</style>