Shades of Royal Blue #2761FA
Tints of Royal Blue #2761FA
RGB
CMYK
RGB Variations
Color information
#2761FA (or 0x2761FA) is known color: Royal Blue. HEX triplet: 27, 61 and FA. RGB value is (39,97,250). Sum of RGB (Red+Green+Blue) = 39+97+250=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #2761FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2761FA is #D89E05. Grayscale: #606060. Windows color (decimal): -14196230 or 16408871. OLE color: 16408871.
HSL color Cylindrical-coordinate representation of color #2761FA: hue angle of 223.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2761FA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 97 | 250 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.02 |
| HSL | 223.51º | 0.95% | 0.57% | - |
| HSV(B) | 223.51º | 0.84% | 0.98% | - |
| XYZ | 22.37 | 15.88 | 92.33 | - |
| YUV | 97.1 | 214.28 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 250 | 0.84 | 0.61 | 0 | 0.02 | 223.51 | 0.95 | 0.57 |
| Hex | 27 | 61 | FA | 54 | 3D | 0 | 2 | E0 | 5F | 39 |
| Octal | 47 | 141 | 372 | 124 | 75 | 0 | 2 | 340 | 137 | 71 |
| Binary | 100111 | 1100001 | 11111010 | 1010100 | 111101 | 0 | 10 | 11100000 | 1011111 | 111001 |
Color Harmonies of #2761FA
Complementary color
Monochromatic Colors of #2761FA
Black with #2761FA
Text Example
Text Example
White with #2761FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761FA; }
p { color: rgb(39,97,250); }
H1.HeaderClassName
{
color: #2761FA;
}
.AnyTagClassName
{
color: #2761FA;
}
</style>
background-color css
<style>
a { background-color: #2761FA; }
a { background-color: rgb(39,97,250); }
div.DivClassName
{
background-color: #2761FA;
}
.BgClassName
{
background-color: #2761FA;
}
</style>
border-color css
<style>
span { border-color: #2761FA; }
span { border-color: rgb(39,97,250); }
td.TdClassName
{
border-color: #2761FA;
}
.TagClassName
{
border-color: #2761FA;
}
</style>