Shades of Royal Blue #2B7FE1
Tints of Royal Blue #2B7FE1
RGB
CMYK
RGB Variations
Color information
#2B7FE1 (or 0x2B7FE1) is known color: Royal Blue. HEX triplet: 2B, 7F and E1. RGB value is (43,127,225). Sum of RGB (Red+Green+Blue) = 43+127+225=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B7FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FE1 is #D4801E. Grayscale: #707070. Windows color (decimal): -13926431 or 14778155. OLE color: 14778155.
HSL color Cylindrical-coordinate representation of color #2B7FE1: hue angle of 212.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7FE1 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 127 | 225 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.12 |
| HSL | 212.31º | 0.75% | 0.53% | - |
| HSV(B) | 212.31º | 0.81% | 0.88% | - |
| XYZ | 22.18 | 21.13 | 74.14 | - |
| YUV | 113.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 225 | 0.81 | 0.44 | 0 | 0.12 | 212.31 | 0.75 | 0.53 |
| Hex | 2B | 7F | E1 | 51 | 2C | 0 | C | D4 | 4B | 35 |
| Octal | 53 | 177 | 341 | 121 | 54 | 0 | 14 | 324 | 113 | 65 |
| Binary | 101011 | 1111111 | 11100001 | 1010001 | 101100 | 0 | 1100 | 11010100 | 1001011 | 110101 |
Color Harmonies of #2B7FE1
Complementary color
Monochromatic Colors of #2B7FE1
Black with #2B7FE1
Text Example
Text Example
White with #2B7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FE1; }
p { color: rgb(43,127,225); }
H1.HeaderClassName
{
color: #2B7FE1;
}
.AnyTagClassName
{
color: #2B7FE1;
}
</style>
background-color css
<style>
a { background-color: #2B7FE1; }
a { background-color: rgb(43,127,225); }
div.DivClassName
{
background-color: #2B7FE1;
}
.BgClassName
{
background-color: #2B7FE1;
}
</style>
border-color css
<style>
span { border-color: #2B7FE1; }
span { border-color: rgb(43,127,225); }
td.TdClassName
{
border-color: #2B7FE1;
}
.TagClassName
{
border-color: #2B7FE1;
}
</style>