Shades of Royal Blue #3F81F1
Tints of Royal Blue #3F81F1
RGB
CMYK
RGB Variations
Color information
#3F81F1 (or 0x3F81F1) is known color: Royal Blue. HEX triplet: 3F, 81 and F1. RGB value is (63,129,241). Sum of RGB (Red+Green+Blue) = 63+129+241=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F81F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F81F1 is #C07E0E. Grayscale: #797979. Windows color (decimal): -12615183 or 15827263. OLE color: 15827263.
HSL color Cylindrical-coordinate representation of color #3F81F1: hue angle of 217.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F81F1 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 129 | 241 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.05 |
| HSL | 217.75º | 0.86% | 0.6% | - |
| HSV(B) | 217.75º | 0.74% | 0.95% | - |
| XYZ | 25.78 | 23.11 | 86.32 | - |
| YUV | 122.03 | 195.13 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 241 | 0.74 | 0.46 | 0 | 0.05 | 217.75 | 0.86 | 0.6 |
| Hex | 3F | 81 | F1 | 4A | 2E | 0 | 5 | DA | 56 | 3C |
| Octal | 77 | 201 | 361 | 112 | 56 | 0 | 5 | 332 | 126 | 74 |
| Binary | 111111 | 10000001 | 11110001 | 1001010 | 101110 | 0 | 101 | 11011010 | 1010110 | 111100 |
Color Harmonies of #3F81F1
Complementary color
Monochromatic Colors of #3F81F1
Black with #3F81F1
Text Example
Text Example
White with #3F81F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F81F1; }
p { color: rgb(63,129,241); }
H1.HeaderClassName
{
color: #3F81F1;
}
.AnyTagClassName
{
color: #3F81F1;
}
</style>
background-color css
<style>
a { background-color: #3F81F1; }
a { background-color: rgb(63,129,241); }
div.DivClassName
{
background-color: #3F81F1;
}
.BgClassName
{
background-color: #3F81F1;
}
</style>
border-color css
<style>
span { border-color: #3F81F1; }
span { border-color: rgb(63,129,241); }
td.TdClassName
{
border-color: #3F81F1;
}
.TagClassName
{
border-color: #3F81F1;
}
</style>