Shades of Royal Blue #3F7ADF
Tints of Royal Blue #3F7ADF
RGB
CMYK
RGB Variations
Color information
#3F7ADF (or 0x3F7ADF) is known color: Royal Blue. HEX triplet: 3F, 7A and DF. RGB value is (63,122,223). Sum of RGB (Red+Green+Blue) = 63+122+223=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ADF is #C08520. Grayscale: #737373. Windows color (decimal): -12616993 or 14645823. OLE color: 14645823.
HSL color Cylindrical-coordinate representation of color #3F7ADF: hue angle of 217.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F7ADF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 122 | 223 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.13 |
| HSL | 217.88º | 0.71% | 0.56% | - |
| HSV(B) | 217.88º | 0.72% | 0.87% | - |
| XYZ | 22.33 | 20.3 | 72.55 | - |
| YUV | 115.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 223 | 0.72 | 0.45 | 0 | 0.13 | 217.88 | 0.71 | 0.56 |
| Hex | 3F | 7A | DF | 48 | 2D | 0 | D | DA | 47 | 38 |
| Octal | 77 | 172 | 337 | 110 | 55 | 0 | 15 | 332 | 107 | 70 |
| Binary | 111111 | 1111010 | 11011111 | 1001000 | 101101 | 0 | 1101 | 11011010 | 1000111 | 111000 |
Color Harmonies of #3F7ADF
Complementary color
Monochromatic Colors of #3F7ADF
Black with #3F7ADF
Text Example
Text Example
White with #3F7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7ADF; }
p { color: rgb(63,122,223); }
H1.HeaderClassName
{
color: #3F7ADF;
}
.AnyTagClassName
{
color: #3F7ADF;
}
</style>
background-color css
<style>
a { background-color: #3F7ADF; }
a { background-color: rgb(63,122,223); }
div.DivClassName
{
background-color: #3F7ADF;
}
.BgClassName
{
background-color: #3F7ADF;
}
</style>
border-color css
<style>
span { border-color: #3F7ADF; }
span { border-color: rgb(63,122,223); }
td.TdClassName
{
border-color: #3F7ADF;
}
.TagClassName
{
border-color: #3F7ADF;
}
</style>