Shades of Royal Blue #3F81FC
Tints of Royal Blue #3F81FC
RGB
CMYK
RGB Variations
Color information
#3F81FC (or 0x3F81FC) is known color: Royal Blue. HEX triplet: 3F, 81 and FC. RGB value is (63,129,252). Sum of RGB (Red+Green+Blue) = 63+129+252=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F81FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F81FC is #C07E03. Grayscale: #7A7A7A. Windows color (decimal): -12615172 or 16548159. OLE color: 16548159.
HSL color Cylindrical-coordinate representation of color #3F81FC: hue angle of 219.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F81FC is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 129 | 252 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.01 |
| HSL | 219.05º | 0.97% | 0.62% | - |
| HSV(B) | 219.05º | 0.75% | 0.99% | - |
| XYZ | 27.47 | 23.79 | 95.24 | - |
| YUV | 123.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 252 | 0.75 | 0.49 | 0 | 0.01 | 219.05 | 0.97 | 0.62 |
| Hex | 3F | 81 | FC | 4B | 31 | 0 | 1 | DB | 61 | 3E |
| Octal | 77 | 201 | 374 | 113 | 61 | 0 | 1 | 333 | 141 | 76 |
| Binary | 111111 | 10000001 | 11111100 | 1001011 | 110001 | 0 | 1 | 11011011 | 1100001 | 111110 |
Color Harmonies of #3F81FC
Complementary color
Monochromatic Colors of #3F81FC
Black with #3F81FC
Text Example
Text Example
White with #3F81FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F81FC; }
p { color: rgb(63,129,252); }
H1.HeaderClassName
{
color: #3F81FC;
}
.AnyTagClassName
{
color: #3F81FC;
}
</style>
background-color css
<style>
a { background-color: #3F81FC; }
a { background-color: rgb(63,129,252); }
div.DivClassName
{
background-color: #3F81FC;
}
.BgClassName
{
background-color: #3F81FC;
}
</style>
border-color css
<style>
span { border-color: #3F81FC; }
span { border-color: rgb(63,129,252); }
td.TdClassName
{
border-color: #3F81FC;
}
.TagClassName
{
border-color: #3F81FC;
}
</style>