Shades of Royal Blue #3F7BDA
Tints of Royal Blue #3F7BDA
RGB
CMYK
RGB Variations
Color information
#3F7BDA (or 0x3F7BDA) is known color: Royal Blue. HEX triplet: 3F, 7B and DA. RGB value is (63,123,218). Sum of RGB (Red+Green+Blue) = 63+123+218=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F7BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BDA is #C08425. Grayscale: #737373. Windows color (decimal): -12616742 or 14318399. OLE color: 14318399.
HSL color Cylindrical-coordinate representation of color #3F7BDA: hue angle of 216.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F7BDA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 123 | 218 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.15 |
| HSL | 216.77º | 0.68% | 0.55% | - |
| HSV(B) | 216.77º | 0.71% | 0.85% | - |
| XYZ | 21.79 | 20.28 | 69.1 | - |
| YUV | 115.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 218 | 0.71 | 0.44 | 0 | 0.15 | 216.77 | 0.68 | 0.55 |
| Hex | 3F | 7B | DA | 47 | 2C | 0 | F | D9 | 44 | 37 |
| Octal | 77 | 173 | 332 | 107 | 54 | 0 | 17 | 331 | 104 | 67 |
| Binary | 111111 | 1111011 | 11011010 | 1000111 | 101100 | 0 | 1111 | 11011001 | 1000100 | 110111 |
Color Harmonies of #3F7BDA
Complementary color
Monochromatic Colors of #3F7BDA
Black with #3F7BDA
Text Example
Text Example
White with #3F7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BDA; }
p { color: rgb(63,123,218); }
H1.HeaderClassName
{
color: #3F7BDA;
}
.AnyTagClassName
{
color: #3F7BDA;
}
</style>
background-color css
<style>
a { background-color: #3F7BDA; }
a { background-color: rgb(63,123,218); }
div.DivClassName
{
background-color: #3F7BDA;
}
.BgClassName
{
background-color: #3F7BDA;
}
</style>
border-color css
<style>
span { border-color: #3F7BDA; }
span { border-color: rgb(63,123,218); }
td.TdClassName
{
border-color: #3F7BDA;
}
.TagClassName
{
border-color: #3F7BDA;
}
</style>