Shades of Royal Blue #3F84DA
Tints of Royal Blue #3F84DA
RGB
CMYK
RGB Variations
Color information
#3F84DA (or 0x3F84DA) is known color: Royal Blue. HEX triplet: 3F, 84 and DA. RGB value is (63,132,218). Sum of RGB (Red+Green+Blue) = 63+132+218=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F84DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84DA is #C07B25. Grayscale: #787878. Windows color (decimal): -12614438 or 14320703. OLE color: 14320703.
HSL color Cylindrical-coordinate representation of color #3F84DA: hue angle of 213.29º 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 #3F84DA is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 132 | 218 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.15 |
| HSL | 213.29º | 0.68% | 0.55% | - |
| HSV(B) | 213.29º | 0.71% | 0.85% | - |
| XYZ | 22.96 | 22.62 | 69.49 | - |
| YUV | 121.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 218 | 0.71 | 0.39 | 0 | 0.15 | 213.29 | 0.68 | 0.55 |
| Hex | 3F | 84 | DA | 47 | 27 | 0 | F | D5 | 44 | 37 |
| Octal | 77 | 204 | 332 | 107 | 47 | 0 | 17 | 325 | 104 | 67 |
| Binary | 111111 | 10000100 | 11011010 | 1000111 | 100111 | 0 | 1111 | 11010101 | 1000100 | 110111 |
Color Harmonies of #3F84DA
Complementary color
Monochromatic Colors of #3F84DA
Black with #3F84DA
Text Example
Text Example
White with #3F84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F84DA; }
p { color: rgb(63,132,218); }
H1.HeaderClassName
{
color: #3F84DA;
}
.AnyTagClassName
{
color: #3F84DA;
}
</style>
background-color css
<style>
a { background-color: #3F84DA; }
a { background-color: rgb(63,132,218); }
div.DivClassName
{
background-color: #3F84DA;
}
.BgClassName
{
background-color: #3F84DA;
}
</style>
border-color css
<style>
span { border-color: #3F84DA; }
span { border-color: rgb(63,132,218); }
td.TdClassName
{
border-color: #3F84DA;
}
.TagClassName
{
border-color: #3F84DA;
}
</style>