Shades of Royal Blue #2B56DE
Tints of Royal Blue #2B56DE
RGB
CMYK
RGB Variations
Color information
#2B56DE (or 0x2B56DE) is known color: Royal Blue. HEX triplet: 2B, 56 and DE. RGB value is (43,86,222). Sum of RGB (Red+Green+Blue) = 43+86+222=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B56DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B56DE is #D4A921. Grayscale: #585858. Windows color (decimal): -13936930 or 14571051. OLE color: 14571051.
HSL color Cylindrical-coordinate representation of color #2B56DE: hue angle of 225.59º degrees, saturation: 0.73, 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 #2B56DE is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 86 | 222 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.13 |
| HSL | 225.59º | 0.73% | 0.52% | - |
| HSV(B) | 225.59º | 0.81% | 0.87% | - |
| XYZ | 17.51 | 12.44 | 70.59 | - |
| YUV | 88.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 222 | 0.81 | 0.61 | 0 | 0.13 | 225.59 | 0.73 | 0.52 |
| Hex | 2B | 56 | DE | 51 | 3D | 0 | D | E2 | 49 | 34 |
| Octal | 53 | 126 | 336 | 121 | 75 | 0 | 15 | 342 | 111 | 64 |
| Binary | 101011 | 1010110 | 11011110 | 1010001 | 111101 | 0 | 1101 | 11100010 | 1001001 | 110100 |
Color Harmonies of #2B56DE
Complementary color
Monochromatic Colors of #2B56DE
Black with #2B56DE
Text Example
Text Example
White with #2B56DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B56DE; }
p { color: rgb(43,86,222); }
H1.HeaderClassName
{
color: #2B56DE;
}
.AnyTagClassName
{
color: #2B56DE;
}
</style>
background-color css
<style>
a { background-color: #2B56DE; }
a { background-color: rgb(43,86,222); }
div.DivClassName
{
background-color: #2B56DE;
}
.BgClassName
{
background-color: #2B56DE;
}
</style>
border-color css
<style>
span { border-color: #2B56DE; }
span { border-color: rgb(43,86,222); }
td.TdClassName
{
border-color: #2B56DE;
}
.TagClassName
{
border-color: #2B56DE;
}
</style>