Shades of Royal Blue #2760FF
Tints of Royal Blue #2760FF
RGB
CMYK
RGB Variations
Color information
#2760FF (or 0x2760FF) is known color: Royal Blue. HEX triplet: 27, 60 and FF. RGB value is (39,96,255). Sum of RGB (Red+Green+Blue) = 39+96+255=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #2760FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2760FF is #D89F00. Grayscale: #606060. Windows color (decimal): -14196481 or 16736295. OLE color: 16736295.
HSL color Cylindrical-coordinate representation of color #2760FF: hue angle of 224.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2760FF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 96 | 255 | - |
| CMYK | 0.85 | 0.62 | 0 | 0 |
| HSL | 224.17º | 1% | 0.58% | - |
| HSV(B) | 224.17º | 0.85% | 1% | - |
| XYZ | 23.07 | 16.02 | 96.48 | - |
| YUV | 97.08 | 217.12 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 255 | 0.85 | 0.62 | 0 | 0 | 224.17 | 1 | 0.58 |
| Hex | 27 | 60 | FF | 55 | 3E | 0 | 0 | E0 | 64 | 3A |
| Octal | 47 | 140 | 377 | 125 | 76 | 0 | 0 | 340 | 144 | 72 |
| Binary | 100111 | 1100000 | 11111111 | 1010101 | 111110 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2760FF
Complementary color
Monochromatic Colors of #2760FF
Black with #2760FF
Text Example
Text Example
White with #2760FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2760FF; }
p { color: rgb(39,96,255); }
H1.HeaderClassName
{
color: #2760FF;
}
.AnyTagClassName
{
color: #2760FF;
}
</style>
background-color css
<style>
a { background-color: #2760FF; }
a { background-color: rgb(39,96,255); }
div.DivClassName
{
background-color: #2760FF;
}
.BgClassName
{
background-color: #2760FF;
}
</style>
border-color css
<style>
span { border-color: #2760FF; }
span { border-color: rgb(39,96,255); }
td.TdClassName
{
border-color: #2760FF;
}
.TagClassName
{
border-color: #2760FF;
}
</style>