Shades of Royal Blue #2B7CDA
Tints of Royal Blue #2B7CDA
RGB
CMYK
RGB Variations
Color information
#2B7CDA (or 0x2B7CDA) is known color: Royal Blue. HEX triplet: 2B, 7C and DA. RGB value is (43,124,218). Sum of RGB (Red+Green+Blue) = 43+124+218=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B7CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CDA is #D48325. Grayscale: #6E6E6E. Windows color (decimal): -13927206 or 14318635. OLE color: 14318635.
HSL color Cylindrical-coordinate representation of color #2B7CDA: hue angle of 212.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7CDA is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 124 | 218 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.15 |
| HSL | 212.23º | 0.7% | 0.51% | - |
| HSV(B) | 212.23º | 0.8% | 0.85% | - |
| XYZ | 20.86 | 19.99 | 69.09 | - |
| YUV | 110.5 | 188.66 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 218 | 0.80 | 0.43 | 0 | 0.15 | 212.23 | 0.7 | 0.51 |
| Hex | 2B | 7C | DA | 50 | 2B | 0 | F | D4 | 46 | 33 |
| Octal | 53 | 174 | 332 | 120 | 53 | 0 | 17 | 324 | 106 | 63 |
| Binary | 101011 | 1111100 | 11011010 | 1010000 | 101011 | 0 | 1111 | 11010100 | 1000110 | 110011 |
Color Harmonies of #2B7CDA
Complementary color
Monochromatic Colors of #2B7CDA
Black with #2B7CDA
Text Example
Text Example
White with #2B7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CDA; }
p { color: rgb(43,124,218); }
H1.HeaderClassName
{
color: #2B7CDA;
}
.AnyTagClassName
{
color: #2B7CDA;
}
</style>
background-color css
<style>
a { background-color: #2B7CDA; }
a { background-color: rgb(43,124,218); }
div.DivClassName
{
background-color: #2B7CDA;
}
.BgClassName
{
background-color: #2B7CDA;
}
</style>
border-color css
<style>
span { border-color: #2B7CDA; }
span { border-color: rgb(43,124,218); }
td.TdClassName
{
border-color: #2B7CDA;
}
.TagClassName
{
border-color: #2B7CDA;
}
</style>