Shades of Royal Blue #2B58DC
Tints of Royal Blue #2B58DC
RGB
CMYK
RGB Variations
Color information
#2B58DC (or 0x2B58DC) is known color: Royal Blue. HEX triplet: 2B, 58 and DC. RGB value is (43,88,220). Sum of RGB (Red+Green+Blue) = 43+88+220=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B58DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B58DC is #D4A723. Grayscale: #595959. Windows color (decimal): -13936420 or 14440491. OLE color: 14440491.
HSL color Cylindrical-coordinate representation of color #2B58DC: hue angle of 224.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B58DC is Cyan = 0.80, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 88 | 220 | - |
| CMYK | 0.80 | 0.6 | 0 | 0.14 |
| HSL | 224.75º | 0.72% | 0.52% | - |
| HSV(B) | 224.75º | 0.8% | 0.86% | - |
| XYZ | 17.4 | 12.66 | 69.24 | - |
| YUV | 89.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 220 | 0.80 | 0.6 | 0 | 0.14 | 224.75 | 0.72 | 0.52 |
| Hex | 2B | 58 | DC | 50 | 3C | 0 | E | E1 | 48 | 34 |
| Octal | 53 | 130 | 334 | 120 | 74 | 0 | 16 | 341 | 110 | 64 |
| Binary | 101011 | 1011000 | 11011100 | 1010000 | 111100 | 0 | 1110 | 11100001 | 1001000 | 110100 |
Color Harmonies of #2B58DC
Complementary color
Monochromatic Colors of #2B58DC
Black with #2B58DC
Text Example
Text Example
White with #2B58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B58DC; }
p { color: rgb(43,88,220); }
H1.HeaderClassName
{
color: #2B58DC;
}
.AnyTagClassName
{
color: #2B58DC;
}
</style>
background-color css
<style>
a { background-color: #2B58DC; }
a { background-color: rgb(43,88,220); }
div.DivClassName
{
background-color: #2B58DC;
}
.BgClassName
{
background-color: #2B58DC;
}
</style>
border-color css
<style>
span { border-color: #2B58DC; }
span { border-color: rgb(43,88,220); }
td.TdClassName
{
border-color: #2B58DC;
}
.TagClassName
{
border-color: #2B58DC;
}
</style>