Shades of Royal Blue #3F7FEF
Tints of Royal Blue #3F7FEF
RGB
CMYK
RGB Variations
Color information
#3F7FEF (or 0x3F7FEF) is known color: Royal Blue. HEX triplet: 3F, 7F and EF. RGB value is (63,127,239). Sum of RGB (Red+Green+Blue) = 63+127+239=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F7FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7FEF is #C08010. Grayscale: #787878. Windows color (decimal): -12615697 or 15695679. OLE color: 15695679.
HSL color Cylindrical-coordinate representation of color #3F7FEF: hue angle of 218.18º 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 #3F7FEF is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 127 | 239 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.06 |
| HSL | 218.18º | 0.85% | 0.59% | - |
| HSV(B) | 218.18º | 0.74% | 0.94% | - |
| XYZ | 25.22 | 22.47 | 84.67 | - |
| YUV | 120.63 | 194.8 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 239 | 0.74 | 0.47 | 0 | 0.06 | 218.18 | 0.85 | 0.59 |
| Hex | 3F | 7F | EF | 4A | 2F | 0 | 6 | DA | 55 | 3B |
| Octal | 77 | 177 | 357 | 112 | 57 | 0 | 6 | 332 | 125 | 73 |
| Binary | 111111 | 1111111 | 11101111 | 1001010 | 101111 | 0 | 110 | 11011010 | 1010101 | 111011 |
Color Harmonies of #3F7FEF
Complementary color
Monochromatic Colors of #3F7FEF
Black with #3F7FEF
Text Example
Text Example
White with #3F7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FEF; }
p { color: rgb(63,127,239); }
H1.HeaderClassName
{
color: #3F7FEF;
}
.AnyTagClassName
{
color: #3F7FEF;
}
</style>
background-color css
<style>
a { background-color: #3F7FEF; }
a { background-color: rgb(63,127,239); }
div.DivClassName
{
background-color: #3F7FEF;
}
.BgClassName
{
background-color: #3F7FEF;
}
</style>
border-color css
<style>
span { border-color: #3F7FEF; }
span { border-color: rgb(63,127,239); }
td.TdClassName
{
border-color: #3F7FEF;
}
.TagClassName
{
border-color: #3F7FEF;
}
</style>