Shades of Royal Blue #2B5EF6
Tints of Royal Blue #2B5EF6
RGB
CMYK
RGB Variations
Color information
#2B5EF6 (or 0x2B5EF6) is known color: Royal Blue. HEX triplet: 2B, 5E and F6. RGB value is (43,94,246). Sum of RGB (Red+Green+Blue) = 43+94+246=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B5EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5EF6 is #D4A109. Grayscale: #5F5F5F. Windows color (decimal): -13934858 or 16145963. OLE color: 16145963.
HSL color Cylindrical-coordinate representation of color #2B5EF6: hue angle of 224.93º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5EF6 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 94 | 246 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.04 |
| HSL | 224.93º | 0.92% | 0.57% | - |
| HSV(B) | 224.93º | 0.83% | 0.96% | - |
| XYZ | 21.63 | 15.17 | 88.98 | - |
| YUV | 96.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 246 | 0.83 | 0.62 | 0 | 0.04 | 224.93 | 0.92 | 0.57 |
| Hex | 2B | 5E | F6 | 53 | 3E | 0 | 4 | E1 | 5C | 39 |
| Octal | 53 | 136 | 366 | 123 | 76 | 0 | 4 | 341 | 134 | 71 |
| Binary | 101011 | 1011110 | 11110110 | 1010011 | 111110 | 0 | 100 | 11100001 | 1011100 | 111001 |
Color Harmonies of #2B5EF6
Complementary color
Monochromatic Colors of #2B5EF6
Black with #2B5EF6
Text Example
Text Example
White with #2B5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5EF6; }
p { color: rgb(43,94,246); }
H1.HeaderClassName
{
color: #2B5EF6;
}
.AnyTagClassName
{
color: #2B5EF6;
}
</style>
background-color css
<style>
a { background-color: #2B5EF6; }
a { background-color: rgb(43,94,246); }
div.DivClassName
{
background-color: #2B5EF6;
}
.BgClassName
{
background-color: #2B5EF6;
}
</style>
border-color css
<style>
span { border-color: #2B5EF6; }
span { border-color: rgb(43,94,246); }
td.TdClassName
{
border-color: #2B5EF6;
}
.TagClassName
{
border-color: #2B5EF6;
}
</style>