Shades of Royal Blue #3F82F7
Tints of Royal Blue #3F82F7
RGB
CMYK
RGB Variations
Color information
#3F82F7 (or 0x3F82F7) is known color: Royal Blue. HEX triplet: 3F, 82 and F7. RGB value is (63,130,247). Sum of RGB (Red+Green+Blue) = 63+130+247=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #3F82F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F82F7 is #C07D08. Grayscale: #7A7A7A. Windows color (decimal): -12614921 or 16220735. OLE color: 16220735.
HSL color Cylindrical-coordinate representation of color #3F82F7: hue angle of 218.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F82F7 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 130 | 247 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.03 |
| HSL | 218.15º | 0.92% | 0.61% | - |
| HSV(B) | 218.15º | 0.74% | 0.97% | - |
| XYZ | 26.82 | 23.74 | 91.16 | - |
| YUV | 123.31 | 197.8 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 247 | 0.74 | 0.47 | 0 | 0.03 | 218.15 | 0.92 | 0.61 |
| Hex | 3F | 82 | F7 | 4A | 2F | 0 | 3 | DA | 5C | 3D |
| Octal | 77 | 202 | 367 | 112 | 57 | 0 | 3 | 332 | 134 | 75 |
| Binary | 111111 | 10000010 | 11110111 | 1001010 | 101111 | 0 | 11 | 11011010 | 1011100 | 111101 |
Color Harmonies of #3F82F7
Complementary color
Monochromatic Colors of #3F82F7
Black with #3F82F7
Text Example
Text Example
White with #3F82F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F82F7; }
p { color: rgb(63,130,247); }
H1.HeaderClassName
{
color: #3F82F7;
}
.AnyTagClassName
{
color: #3F82F7;
}
</style>
background-color css
<style>
a { background-color: #3F82F7; }
a { background-color: rgb(63,130,247); }
div.DivClassName
{
background-color: #3F82F7;
}
.BgClassName
{
background-color: #3F82F7;
}
</style>
border-color css
<style>
span { border-color: #3F82F7; }
span { border-color: rgb(63,130,247); }
td.TdClassName
{
border-color: #3F82F7;
}
.TagClassName
{
border-color: #3F82F7;
}
</style>