Shades of Royal Blue #2B80DD
Tints of Royal Blue #2B80DD
RGB
CMYK
RGB Variations
Color information
#2B80DD (or 0x2B80DD) is known color: Royal Blue. HEX triplet: 2B, 80 and DD. RGB value is (43,128,221). Sum of RGB (Red+Green+Blue) = 43+128+221=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B80DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B80DD is #D47F22. Grayscale: #707070. Windows color (decimal): -13926179 or 14516267. OLE color: 14516267.
HSL color Cylindrical-coordinate representation of color #2B80DD: hue angle of 211.35º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B80DD is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 128 | 221 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.13 |
| HSL | 211.35º | 0.72% | 0.52% | - |
| HSV(B) | 211.35º | 0.81% | 0.87% | - |
| XYZ | 21.77 | 21.17 | 71.35 | - |
| YUV | 113.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 221 | 0.81 | 0.42 | 0 | 0.13 | 211.35 | 0.72 | 0.52 |
| Hex | 2B | 80 | DD | 51 | 2A | 0 | D | D3 | 48 | 34 |
| Octal | 53 | 200 | 335 | 121 | 52 | 0 | 15 | 323 | 110 | 64 |
| Binary | 101011 | 10000000 | 11011101 | 1010001 | 101010 | 0 | 1101 | 11010011 | 1001000 | 110100 |
Color Harmonies of #2B80DD
Complementary color
Monochromatic Colors of #2B80DD
Black with #2B80DD
Text Example
Text Example
White with #2B80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B80DD; }
p { color: rgb(43,128,221); }
H1.HeaderClassName
{
color: #2B80DD;
}
.AnyTagClassName
{
color: #2B80DD;
}
</style>
background-color css
<style>
a { background-color: #2B80DD; }
a { background-color: rgb(43,128,221); }
div.DivClassName
{
background-color: #2B80DD;
}
.BgClassName
{
background-color: #2B80DD;
}
</style>
border-color css
<style>
span { border-color: #2B80DD; }
span { border-color: rgb(43,128,221); }
td.TdClassName
{
border-color: #2B80DD;
}
.TagClassName
{
border-color: #2B80DD;
}
</style>