Shades of Royal Blue #3F81DA
Tints of Royal Blue #3F81DA
RGB
CMYK
RGB Variations
Color information
#3F81DA (or 0x3F81DA) is known color: Royal Blue. HEX triplet: 3F, 81 and DA. RGB value is (63,129,218). Sum of RGB (Red+Green+Blue) = 63+129+218=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F81DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F81DA is #C07E25. Grayscale: #767676. Windows color (decimal): -12615206 or 14319935. OLE color: 14319935.
HSL color Cylindrical-coordinate representation of color #3F81DA: hue angle of 214.45º 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 #3F81DA is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 129 | 218 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.15 |
| HSL | 214.45º | 0.68% | 0.55% | - |
| HSV(B) | 214.45º | 0.71% | 0.85% | - |
| XYZ | 22.56 | 21.82 | 69.35 | - |
| YUV | 119.41 | 183.63 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 218 | 0.71 | 0.41 | 0 | 0.15 | 214.45 | 0.68 | 0.55 |
| Hex | 3F | 81 | DA | 47 | 29 | 0 | F | D6 | 44 | 37 |
| Octal | 77 | 201 | 332 | 107 | 51 | 0 | 17 | 326 | 104 | 67 |
| Binary | 111111 | 10000001 | 11011010 | 1000111 | 101001 | 0 | 1111 | 11010110 | 1000100 | 110111 |
Color Harmonies of #3F81DA
Complementary color
Monochromatic Colors of #3F81DA
Black with #3F81DA
Text Example
Text Example
White with #3F81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F81DA; }
p { color: rgb(63,129,218); }
H1.HeaderClassName
{
color: #3F81DA;
}
.AnyTagClassName
{
color: #3F81DA;
}
</style>
background-color css
<style>
a { background-color: #3F81DA; }
a { background-color: rgb(63,129,218); }
div.DivClassName
{
background-color: #3F81DA;
}
.BgClassName
{
background-color: #3F81DA;
}
</style>
border-color css
<style>
span { border-color: #3F81DA; }
span { border-color: rgb(63,129,218); }
td.TdClassName
{
border-color: #3F81DA;
}
.TagClassName
{
border-color: #3F81DA;
}
</style>