Shades of Royal Blue #2660FF
Tints of Royal Blue #2660FF
RGB
CMYK
RGB Variations
Color information
#2660FF (or 0x2660FF) is known color: Royal Blue. HEX triplet: 26, 60 and FF. RGB value is (38,96,255). Sum of RGB (Red+Green+Blue) = 38+96+255=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2660FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2660FF is #D99F00. Grayscale: #606060. Windows color (decimal): -14262017 or 16736294. OLE color: 16736294.
HSL color Cylindrical-coordinate representation of color #2660FF: hue angle of 223.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2660FF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 96 | 255 | - |
| CMYK | 0.85 | 0.62 | 0 | 0 |
| HSL | 223.96º | 1% | 0.57% | - |
| HSV(B) | 223.96º | 0.85% | 1% | - |
| XYZ | 23.03 | 16 | 96.48 | - |
| YUV | 96.78 | 217.28 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 255 | 0.85 | 0.62 | 0 | 0 | 223.96 | 1 | 0.57 |
| Hex | 26 | 60 | FF | 55 | 3E | 0 | 0 | E0 | 64 | 39 |
| Octal | 46 | 140 | 377 | 125 | 76 | 0 | 0 | 340 | 144 | 71 |
| Binary | 100110 | 1100000 | 11111111 | 1010101 | 111110 | 0 | 0 | 11100000 | 1100100 | 111001 |
Color Harmonies of #2660FF
Complementary color
Monochromatic Colors of #2660FF
Black with #2660FF
Text Example
Text Example
White with #2660FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2660FF; }
p { color: rgb(38,96,255); }
H1.HeaderClassName
{
color: #2660FF;
}
.AnyTagClassName
{
color: #2660FF;
}
</style>
background-color css
<style>
a { background-color: #2660FF; }
a { background-color: rgb(38,96,255); }
div.DivClassName
{
background-color: #2660FF;
}
.BgClassName
{
background-color: #2660FF;
}
</style>
border-color css
<style>
span { border-color: #2660FF; }
span { border-color: rgb(38,96,255); }
td.TdClassName
{
border-color: #2660FF;
}
.TagClassName
{
border-color: #2660FF;
}
</style>