Shades of Royal Blue #3F82DF
Tints of Royal Blue #3F82DF
RGB
CMYK
RGB Variations
Color information
#3F82DF (or 0x3F82DF) is known color: Royal Blue. HEX triplet: 3F, 82 and DF. RGB value is (63,130,223). Sum of RGB (Red+Green+Blue) = 63+130+223=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F82DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F82DF is #C07D20. Grayscale: #787878. Windows color (decimal): -12614945 or 14647871. OLE color: 14647871.
HSL color Cylindrical-coordinate representation of color #3F82DF: hue angle of 214.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 #3F82DF is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 130 | 223 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.13 |
| HSL | 214.88º | 0.71% | 0.56% | - |
| HSV(B) | 214.88º | 0.72% | 0.87% | - |
| XYZ | 23.35 | 22.35 | 72.9 | - |
| YUV | 120.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 223 | 0.72 | 0.42 | 0 | 0.13 | 214.88 | 0.71 | 0.56 |
| Hex | 3F | 82 | DF | 48 | 2A | 0 | D | D7 | 47 | 38 |
| Octal | 77 | 202 | 337 | 110 | 52 | 0 | 15 | 327 | 107 | 70 |
| Binary | 111111 | 10000010 | 11011111 | 1001000 | 101010 | 0 | 1101 | 11010111 | 1000111 | 111000 |
Color Harmonies of #3F82DF
Complementary color
Monochromatic Colors of #3F82DF
Black with #3F82DF
Text Example
Text Example
White with #3F82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F82DF; }
p { color: rgb(63,130,223); }
H1.HeaderClassName
{
color: #3F82DF;
}
.AnyTagClassName
{
color: #3F82DF;
}
</style>
background-color css
<style>
a { background-color: #3F82DF; }
a { background-color: rgb(63,130,223); }
div.DivClassName
{
background-color: #3F82DF;
}
.BgClassName
{
background-color: #3F82DF;
}
</style>
border-color css
<style>
span { border-color: #3F82DF; }
span { border-color: rgb(63,130,223); }
td.TdClassName
{
border-color: #3F82DF;
}
.TagClassName
{
border-color: #3F82DF;
}
</style>