Shades of Royal Blue #2B61E5
Tints of Royal Blue #2B61E5
RGB
CMYK
RGB Variations
Color information
#2B61E5 (or 0x2B61E5) is known color: Royal Blue. HEX triplet: 2B, 61 and E5. RGB value is (43,97,229). Sum of RGB (Red+Green+Blue) = 43+97+229=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B61E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B61E5 is #D49E1A. Grayscale: #5F5F5F. Windows color (decimal): -13934107 or 15032619. OLE color: 15032619.
HSL color Cylindrical-coordinate representation of color #2B61E5: hue angle of 222.58º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B61E5 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 97 | 229 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.10 |
| HSL | 222.58º | 0.78% | 0.53% | - |
| HSV(B) | 222.58º | 0.81% | 0.9% | - |
| XYZ | 19.41 | 14.72 | 75.95 | - |
| YUV | 95.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 229 | 0.81 | 0.58 | 0 | 0.10 | 222.58 | 0.78 | 0.53 |
| Hex | 2B | 61 | E5 | 51 | 3A | 0 | A | DF | 4E | 35 |
| Octal | 53 | 141 | 345 | 121 | 72 | 0 | 12 | 337 | 116 | 65 |
| Binary | 101011 | 1100001 | 11100101 | 1010001 | 111010 | 0 | 1010 | 11011111 | 1001110 | 110101 |
Color Harmonies of #2B61E5
Complementary color
Monochromatic Colors of #2B61E5
Black with #2B61E5
Text Example
Text Example
White with #2B61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B61E5; }
p { color: rgb(43,97,229); }
H1.HeaderClassName
{
color: #2B61E5;
}
.AnyTagClassName
{
color: #2B61E5;
}
</style>
background-color css
<style>
a { background-color: #2B61E5; }
a { background-color: rgb(43,97,229); }
div.DivClassName
{
background-color: #2B61E5;
}
.BgClassName
{
background-color: #2B61E5;
}
</style>
border-color css
<style>
span { border-color: #2B61E5; }
span { border-color: rgb(43,97,229); }
td.TdClassName
{
border-color: #2B61E5;
}
.TagClassName
{
border-color: #2B61E5;
}
</style>