Shades of Royal Blue #2B74E5
Tints of Royal Blue #2B74E5
RGB
CMYK
RGB Variations
Color information
#2B74E5 (or 0x2B74E5) is known color: Royal Blue. HEX triplet: 2B, 74 and E5. RGB value is (43,116,229). Sum of RGB (Red+Green+Blue) = 43+116+229=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B74E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B74E5 is #D48B1A. Grayscale: #6A6A6A. Windows color (decimal): -13929243 or 15037483. OLE color: 15037483.
HSL color Cylindrical-coordinate representation of color #2B74E5: hue angle of 216.45º 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 #2B74E5 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 116 | 229 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.10 |
| HSL | 216.45º | 0.78% | 0.53% | - |
| HSV(B) | 216.45º | 0.81% | 0.9% | - |
| XYZ | 21.38 | 18.66 | 76.6 | - |
| YUV | 107.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 229 | 0.81 | 0.49 | 0 | 0.10 | 216.45 | 0.78 | 0.53 |
| Hex | 2B | 74 | E5 | 51 | 31 | 0 | A | D8 | 4E | 35 |
| Octal | 53 | 164 | 345 | 121 | 61 | 0 | 12 | 330 | 116 | 65 |
| Binary | 101011 | 1110100 | 11100101 | 1010001 | 110001 | 0 | 1010 | 11011000 | 1001110 | 110101 |
Color Harmonies of #2B74E5
Complementary color
Monochromatic Colors of #2B74E5
Black with #2B74E5
Text Example
Text Example
White with #2B74E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74E5; }
p { color: rgb(43,116,229); }
H1.HeaderClassName
{
color: #2B74E5;
}
.AnyTagClassName
{
color: #2B74E5;
}
</style>
background-color css
<style>
a { background-color: #2B74E5; }
a { background-color: rgb(43,116,229); }
div.DivClassName
{
background-color: #2B74E5;
}
.BgClassName
{
background-color: #2B74E5;
}
</style>
border-color css
<style>
span { border-color: #2B74E5; }
span { border-color: rgb(43,116,229); }
td.TdClassName
{
border-color: #2B74E5;
}
.TagClassName
{
border-color: #2B74E5;
}
</style>