Shades of Royal Blue #2B6CE9
Tints of Royal Blue #2B6CE9
RGB
CMYK
RGB Variations
Color information
#2B6CE9 (or 0x2B6CE9) is known color: Royal Blue. HEX triplet: 2B, 6C and E9. RGB value is (43,108,233). Sum of RGB (Red+Green+Blue) = 43+108+233=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B6CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CE9 is #D49316. Grayscale: #666666. Windows color (decimal): -13931287 or 15297579. OLE color: 15297579.
HSL color Cylindrical-coordinate representation of color #2B6CE9: hue angle of 219.47º 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 #2B6CE9 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 108 | 233 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.09 |
| HSL | 219.47º | 0.81% | 0.54% | - |
| HSV(B) | 219.47º | 0.82% | 0.91% | - |
| XYZ | 21.07 | 17.12 | 79.29 | - |
| YUV | 102.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 233 | 0.82 | 0.54 | 0 | 0.09 | 219.47 | 0.81 | 0.54 |
| Hex | 2B | 6C | E9 | 52 | 36 | 0 | 9 | DB | 51 | 36 |
| Octal | 53 | 154 | 351 | 122 | 66 | 0 | 11 | 333 | 121 | 66 |
| Binary | 101011 | 1101100 | 11101001 | 1010010 | 110110 | 0 | 1001 | 11011011 | 1010001 | 110110 |
Color Harmonies of #2B6CE9
Complementary color
Monochromatic Colors of #2B6CE9
Black with #2B6CE9
Text Example
Text Example
White with #2B6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6CE9; }
p { color: rgb(43,108,233); }
H1.HeaderClassName
{
color: #2B6CE9;
}
.AnyTagClassName
{
color: #2B6CE9;
}
</style>
background-color css
<style>
a { background-color: #2B6CE9; }
a { background-color: rgb(43,108,233); }
div.DivClassName
{
background-color: #2B6CE9;
}
.BgClassName
{
background-color: #2B6CE9;
}
</style>
border-color css
<style>
span { border-color: #2B6CE9; }
span { border-color: rgb(43,108,233); }
td.TdClassName
{
border-color: #2B6CE9;
}
.TagClassName
{
border-color: #2B6CE9;
}
</style>