Shades of Royal Blue #3F7EEF
Tints of Royal Blue #3F7EEF
RGB
CMYK
RGB Variations
Color information
#3F7EEF (or 0x3F7EEF) is known color: Royal Blue. HEX triplet: 3F, 7E and EF. RGB value is (63,126,239). Sum of RGB (Red+Green+Blue) = 63+126+239=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EEF is #C08110. Grayscale: #777777. Windows color (decimal): -12615953 or 15695423. OLE color: 15695423.
HSL color Cylindrical-coordinate representation of color #3F7EEF: hue angle of 218.52º 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 #3F7EEF is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 126 | 239 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.06 |
| HSL | 218.52º | 0.85% | 0.59% | - |
| HSV(B) | 218.52º | 0.74% | 0.94% | - |
| XYZ | 25.09 | 22.21 | 84.63 | - |
| YUV | 120.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 239 | 0.74 | 0.47 | 0 | 0.06 | 218.52 | 0.85 | 0.59 |
| Hex | 3F | 7E | EF | 4A | 2F | 0 | 6 | DB | 55 | 3B |
| Octal | 77 | 176 | 357 | 112 | 57 | 0 | 6 | 333 | 125 | 73 |
| Binary | 111111 | 1111110 | 11101111 | 1001010 | 101111 | 0 | 110 | 11011011 | 1010101 | 111011 |
Color Harmonies of #3F7EEF
Complementary color
Monochromatic Colors of #3F7EEF
Black with #3F7EEF
Text Example
Text Example
White with #3F7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EEF; }
p { color: rgb(63,126,239); }
H1.HeaderClassName
{
color: #3F7EEF;
}
.AnyTagClassName
{
color: #3F7EEF;
}
</style>
background-color css
<style>
a { background-color: #3F7EEF; }
a { background-color: rgb(63,126,239); }
div.DivClassName
{
background-color: #3F7EEF;
}
.BgClassName
{
background-color: #3F7EEF;
}
</style>
border-color css
<style>
span { border-color: #3F7EEF; }
span { border-color: rgb(63,126,239); }
td.TdClassName
{
border-color: #3F7EEF;
}
.TagClassName
{
border-color: #3F7EEF;
}
</style>