Shades of Royal Blue #2B54ED
Tints of Royal Blue #2B54ED
RGB
CMYK
RGB Variations
Color information
#2B54ED (or 0x2B54ED) is known color: Royal Blue. HEX triplet: 2B, 54 and ED. RGB value is (43,84,237). Sum of RGB (Red+Green+Blue) = 43+84+237=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B54ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B54ED is #D4AB12. Grayscale: #585858. Windows color (decimal): -13937427 or 15553579. OLE color: 15553579.
HSL color Cylindrical-coordinate representation of color #2B54ED: hue angle of 227.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B54ED is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 84 | 237 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.07 |
| HSL | 227.32º | 0.84% | 0.55% | - |
| HSV(B) | 227.32º | 0.82% | 0.93% | - |
| XYZ | 19.45 | 12.97 | 81.6 | - |
| YUV | 89.18 | 211.42 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 237 | 0.82 | 0.65 | 0 | 0.07 | 227.32 | 0.84 | 0.55 |
| Hex | 2B | 54 | ED | 52 | 41 | 0 | 7 | E3 | 54 | 37 |
| Octal | 53 | 124 | 355 | 122 | 101 | 0 | 7 | 343 | 124 | 67 |
| Binary | 101011 | 1010100 | 11101101 | 1010010 | 1000001 | 0 | 111 | 11100011 | 1010100 | 110111 |
Color Harmonies of #2B54ED
Complementary color
Monochromatic Colors of #2B54ED
Black with #2B54ED
Text Example
Text Example
White with #2B54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54ED; }
p { color: rgb(43,84,237); }
H1.HeaderClassName
{
color: #2B54ED;
}
.AnyTagClassName
{
color: #2B54ED;
}
</style>
background-color css
<style>
a { background-color: #2B54ED; }
a { background-color: rgb(43,84,237); }
div.DivClassName
{
background-color: #2B54ED;
}
.BgClassName
{
background-color: #2B54ED;
}
</style>
border-color css
<style>
span { border-color: #2B54ED; }
span { border-color: rgb(43,84,237); }
td.TdClassName
{
border-color: #2B54ED;
}
.TagClassName
{
border-color: #2B54ED;
}
</style>