Shades of Royal Blue #2B7CDC
Tints of Royal Blue #2B7CDC
RGB
CMYK
RGB Variations
Color information
#2B7CDC (or 0x2B7CDC) is known color: Royal Blue. HEX triplet: 2B, 7C and DC. RGB value is (43,124,220). Sum of RGB (Red+Green+Blue) = 43+124+220=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B7CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CDC is #D48323. Grayscale: #6E6E6E. Windows color (decimal): -13927204 or 14449707. OLE color: 14449707.
HSL color Cylindrical-coordinate representation of color #2B7CDC: hue angle of 212.54º 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 #2B7CDC is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 124 | 220 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.14 |
| HSL | 212.54º | 0.72% | 0.52% | - |
| HSV(B) | 212.54º | 0.8% | 0.86% | - |
| XYZ | 21.12 | 20.1 | 70.48 | - |
| YUV | 110.73 | 189.66 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 220 | 0.80 | 0.44 | 0 | 0.14 | 212.54 | 0.72 | 0.52 |
| Hex | 2B | 7C | DC | 50 | 2C | 0 | E | D5 | 48 | 34 |
| Octal | 53 | 174 | 334 | 120 | 54 | 0 | 16 | 325 | 110 | 64 |
| Binary | 101011 | 1111100 | 11011100 | 1010000 | 101100 | 0 | 1110 | 11010101 | 1001000 | 110100 |
Color Harmonies of #2B7CDC
Complementary color
Monochromatic Colors of #2B7CDC
Black with #2B7CDC
Text Example
Text Example
White with #2B7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CDC; }
p { color: rgb(43,124,220); }
H1.HeaderClassName
{
color: #2B7CDC;
}
.AnyTagClassName
{
color: #2B7CDC;
}
</style>
background-color css
<style>
a { background-color: #2B7CDC; }
a { background-color: rgb(43,124,220); }
div.DivClassName
{
background-color: #2B7CDC;
}
.BgClassName
{
background-color: #2B7CDC;
}
</style>
border-color css
<style>
span { border-color: #2B7CDC; }
span { border-color: rgb(43,124,220); }
td.TdClassName
{
border-color: #2B7CDC;
}
.TagClassName
{
border-color: #2B7CDC;
}
</style>