Shades of Royal Blue #2B5EFB
Tints of Royal Blue #2B5EFB
RGB
CMYK
RGB Variations
Color information
#2B5EFB (or 0x2B5EFB) is known color: Royal Blue. HEX triplet: 2B, 5E and FB. RGB value is (43,94,251). Sum of RGB (Red+Green+Blue) = 43+94+251=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5EFB is #D4A104. Grayscale: #5F5F5F. Windows color (decimal): -13934853 or 16473643. OLE color: 16473643.
HSL color Cylindrical-coordinate representation of color #2B5EFB: hue angle of 225.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5EFB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 94 | 251 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.02 |
| HSL | 225.29º | 0.96% | 0.58% | - |
| HSV(B) | 225.29º | 0.83% | 0.98% | - |
| XYZ | 22.41 | 15.48 | 93.07 | - |
| YUV | 96.65 | 215.1 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 251 | 0.83 | 0.63 | 0 | 0.02 | 225.29 | 0.96 | 0.58 |
| Hex | 2B | 5E | FB | 53 | 3F | 0 | 2 | E1 | 60 | 3A |
| Octal | 53 | 136 | 373 | 123 | 77 | 0 | 2 | 341 | 140 | 72 |
| Binary | 101011 | 1011110 | 11111011 | 1010011 | 111111 | 0 | 10 | 11100001 | 1100000 | 111010 |
Color Harmonies of #2B5EFB
Complementary color
Monochromatic Colors of #2B5EFB
Black with #2B5EFB
Text Example
Text Example
White with #2B5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5EFB; }
p { color: rgb(43,94,251); }
H1.HeaderClassName
{
color: #2B5EFB;
}
.AnyTagClassName
{
color: #2B5EFB;
}
</style>
background-color css
<style>
a { background-color: #2B5EFB; }
a { background-color: rgb(43,94,251); }
div.DivClassName
{
background-color: #2B5EFB;
}
.BgClassName
{
background-color: #2B5EFB;
}
</style>
border-color css
<style>
span { border-color: #2B5EFB; }
span { border-color: rgb(43,94,251); }
td.TdClassName
{
border-color: #2B5EFB;
}
.TagClassName
{
border-color: #2B5EFB;
}
</style>