Shades of Royal Blue #2B54DD
Tints of Royal Blue #2B54DD
RGB
CMYK
RGB Variations
Color information
#2B54DD (or 0x2B54DD) is known color: Royal Blue. HEX triplet: 2B, 54 and DD. RGB value is (43,84,221). Sum of RGB (Red+Green+Blue) = 43+84+221=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54DD is #D4AB22. Grayscale: #565656. Windows color (decimal): -13937443 or 14505003. OLE color: 14505003.
HSL color Cylindrical-coordinate representation of color #2B54DD: hue angle of 226.18º 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 #2B54DD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 84 | 221 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.13 |
| HSL | 226.18º | 0.72% | 0.52% | - |
| HSV(B) | 226.18º | 0.81% | 0.87% | - |
| XYZ | 17.22 | 12.07 | 69.83 | - |
| YUV | 87.36 | 203.42 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 221 | 0.81 | 0.62 | 0 | 0.13 | 226.18 | 0.72 | 0.52 |
| Hex | 2B | 54 | DD | 51 | 3E | 0 | D | E2 | 48 | 34 |
| Octal | 53 | 124 | 335 | 121 | 76 | 0 | 15 | 342 | 110 | 64 |
| Binary | 101011 | 1010100 | 11011101 | 1010001 | 111110 | 0 | 1101 | 11100010 | 1001000 | 110100 |
Color Harmonies of #2B54DD
Complementary color
Monochromatic Colors of #2B54DD
Black with #2B54DD
Text Example
Text Example
White with #2B54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54DD; }
p { color: rgb(43,84,221); }
H1.HeaderClassName
{
color: #2B54DD;
}
.AnyTagClassName
{
color: #2B54DD;
}
</style>
background-color css
<style>
a { background-color: #2B54DD; }
a { background-color: rgb(43,84,221); }
div.DivClassName
{
background-color: #2B54DD;
}
.BgClassName
{
background-color: #2B54DD;
}
</style>
border-color css
<style>
span { border-color: #2B54DD; }
span { border-color: rgb(43,84,221); }
td.TdClassName
{
border-color: #2B54DD;
}
.TagClassName
{
border-color: #2B54DD;
}
</style>