Shades of Royal Blue #2B4FE9
Tints of Royal Blue #2B4FE9
RGB
CMYK
RGB Variations
Color information
#2B4FE9 (or 0x2B4FE9) is known color: Royal Blue. HEX triplet: 2B, 4F and E9. RGB value is (43,79,233). Sum of RGB (Red+Green+Blue) = 43+79+233=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B4FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B4FE9 is #D4B016. Grayscale: #555555. Windows color (decimal): -13938711 or 15290155. OLE color: 15290155.
HSL color Cylindrical-coordinate representation of color #2B4FE9: hue angle of 228.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B4FE9 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 79 | 233 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.09 |
| HSL | 228.63º | 0.81% | 0.54% | - |
| HSV(B) | 228.63º | 0.82% | 0.91% | - |
| XYZ | 18.5 | 11.99 | 78.43 | - |
| YUV | 85.79 | 211.07 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 233 | 0.82 | 0.66 | 0 | 0.09 | 228.63 | 0.81 | 0.54 |
| Hex | 2B | 4F | E9 | 52 | 42 | 0 | 9 | E5 | 51 | 36 |
| Octal | 53 | 117 | 351 | 122 | 102 | 0 | 11 | 345 | 121 | 66 |
| Binary | 101011 | 1001111 | 11101001 | 1010010 | 1000010 | 0 | 1001 | 11100101 | 1010001 | 110110 |
Color Harmonies of #2B4FE9
Complementary color
Monochromatic Colors of #2B4FE9
Black with #2B4FE9
Text Example
Text Example
White with #2B4FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FE9; }
p { color: rgb(43,79,233); }
H1.HeaderClassName
{
color: #2B4FE9;
}
.AnyTagClassName
{
color: #2B4FE9;
}
</style>
background-color css
<style>
a { background-color: #2B4FE9; }
a { background-color: rgb(43,79,233); }
div.DivClassName
{
background-color: #2B4FE9;
}
.BgClassName
{
background-color: #2B4FE9;
}
</style>
border-color css
<style>
span { border-color: #2B4FE9; }
span { border-color: rgb(43,79,233); }
td.TdClassName
{
border-color: #2B4FE9;
}
.TagClassName
{
border-color: #2B4FE9;
}
</style>