Shades of Royal Blue #2661E5
Tints of Royal Blue #2661E5
RGB
CMYK
RGB Variations
Color information
#2661E5 (or 0x2661E5) is known color: Royal Blue. HEX triplet: 26, 61 and E5. RGB value is (38,97,229). Sum of RGB (Red+Green+Blue) = 38+97+229=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 229 (89.84% from 255 or 62.91% from 364); Max value from RGB is 229 - color contains mainly: blue. Hex color #2661E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661E5 is #D99E1A. Grayscale: #5D5D5D. Windows color (decimal): -14261787 or 15032614. OLE color: 15032614.
HSL color Cylindrical-coordinate representation of color #2661E5: hue angle of 221.47º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2661E5 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 97 | 229 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.10 |
| HSL | 221.47º | 0.79% | 0.52% | - |
| HSV(B) | 221.47º | 0.83% | 0.9% | - |
| XYZ | 19.22 | 14.62 | 75.94 | - |
| YUV | 94.41 | 203.95 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 229 | 0.83 | 0.58 | 0 | 0.10 | 221.47 | 0.79 | 0.52 |
| Hex | 26 | 61 | E5 | 53 | 3A | 0 | A | DD | 4F | 34 |
| Octal | 46 | 141 | 345 | 123 | 72 | 0 | 12 | 335 | 117 | 64 |
| Binary | 100110 | 1100001 | 11100101 | 1010011 | 111010 | 0 | 1010 | 11011101 | 1001111 | 110100 |
Color Harmonies of #2661E5
Complementary color
Monochromatic Colors of #2661E5
Black with #2661E5
Text Example
Text Example
White with #2661E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2661E5; }
p { color: rgb(38,97,229); }
H1.HeaderClassName
{
color: #2661E5;
}
.AnyTagClassName
{
color: #2661E5;
}
</style>
background-color css
<style>
a { background-color: #2661E5; }
a { background-color: rgb(38,97,229); }
div.DivClassName
{
background-color: #2661E5;
}
.BgClassName
{
background-color: #2661E5;
}
</style>
border-color css
<style>
span { border-color: #2661E5; }
span { border-color: rgb(38,97,229); }
td.TdClassName
{
border-color: #2661E5;
}
.TagClassName
{
border-color: #2661E5;
}
</style>