Shades of Royal Blue #2761FE
Tints of Royal Blue #2761FE
RGB
CMYK
RGB Variations
Color information
#2761FE (or 0x2761FE) is known color: Royal Blue. HEX triplet: 27, 61 and FE. RGB value is (39,97,254). Sum of RGB (Red+Green+Blue) = 39+97+254=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #2761FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2761FE is #D89E01. Grayscale: #606060. Windows color (decimal): -14196226 or 16671015. OLE color: 16671015.
HSL color Cylindrical-coordinate representation of color #2761FE: hue angle of 223.81º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2761FE is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 97 | 254 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.00 |
| HSL | 223.81º | 0.99% | 0.57% | - |
| HSV(B) | 223.81º | 0.85% | 1% | - |
| XYZ | 23 | 16.14 | 95.67 | - |
| YUV | 97.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 254 | 0.85 | 0.62 | 0 | 0.00 | 223.81 | 0.99 | 0.57 |
| Hex | 27 | 61 | FE | 55 | 3E | 0 | 0 | E0 | 63 | 39 |
| Octal | 47 | 141 | 376 | 125 | 76 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100111 | 1100001 | 11111110 | 1010101 | 111110 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #2761FE
Complementary color
Monochromatic Colors of #2761FE
Black with #2761FE
Text Example
Text Example
White with #2761FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761FE; }
p { color: rgb(39,97,254); }
H1.HeaderClassName
{
color: #2761FE;
}
.AnyTagClassName
{
color: #2761FE;
}
</style>
background-color css
<style>
a { background-color: #2761FE; }
a { background-color: rgb(39,97,254); }
div.DivClassName
{
background-color: #2761FE;
}
.BgClassName
{
background-color: #2761FE;
}
</style>
border-color css
<style>
span { border-color: #2761FE; }
span { border-color: rgb(39,97,254); }
td.TdClassName
{
border-color: #2761FE;
}
.TagClassName
{
border-color: #2761FE;
}
</style>