Shades of Royal Blue #2B5BDA
Tints of Royal Blue #2B5BDA
RGB
CMYK
RGB Variations
Color information
#2B5BDA (or 0x2B5BDA) is known color: Royal Blue. HEX triplet: 2B, 5B and DA. RGB value is (43,91,218). Sum of RGB (Red+Green+Blue) = 43+91+218=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BDA is #D4A425. Grayscale: #5A5A5A. Windows color (decimal): -13935654 or 14310187. OLE color: 14310187.
HSL color Cylindrical-coordinate representation of color #2B5BDA: hue angle of 223.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5BDA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 91 | 218 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.15 |
| HSL | 223.54º | 0.7% | 0.51% | - |
| HSV(B) | 223.54º | 0.8% | 0.85% | - |
| XYZ | 17.39 | 13.06 | 67.93 | - |
| YUV | 91.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 218 | 0.80 | 0.58 | 0 | 0.15 | 223.54 | 0.7 | 0.51 |
| Hex | 2B | 5B | DA | 50 | 3A | 0 | F | E0 | 46 | 33 |
| Octal | 53 | 133 | 332 | 120 | 72 | 0 | 17 | 340 | 106 | 63 |
| Binary | 101011 | 1011011 | 11011010 | 1010000 | 111010 | 0 | 1111 | 11100000 | 1000110 | 110011 |
Color Harmonies of #2B5BDA
Complementary color
Monochromatic Colors of #2B5BDA
Black with #2B5BDA
Text Example
Text Example
White with #2B5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5BDA; }
p { color: rgb(43,91,218); }
H1.HeaderClassName
{
color: #2B5BDA;
}
.AnyTagClassName
{
color: #2B5BDA;
}
</style>
background-color css
<style>
a { background-color: #2B5BDA; }
a { background-color: rgb(43,91,218); }
div.DivClassName
{
background-color: #2B5BDA;
}
.BgClassName
{
background-color: #2B5BDA;
}
</style>
border-color css
<style>
span { border-color: #2B5BDA; }
span { border-color: rgb(43,91,218); }
td.TdClassName
{
border-color: #2B5BDA;
}
.TagClassName
{
border-color: #2B5BDA;
}
</style>