Shades of Royal Blue #2B76EC
Tints of Royal Blue #2B76EC
RGB
CMYK
RGB Variations
Color information
#2B76EC (or 0x2B76EC) is known color: Royal Blue. HEX triplet: 2B, 76 and EC. RGB value is (43,118,236). Sum of RGB (Red+Green+Blue) = 43+118+236=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B76EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B76EC is #D48913. Grayscale: #6C6C6C. Windows color (decimal): -13928724 or 15496747. OLE color: 15496747.
HSL color Cylindrical-coordinate representation of color #2B76EC: hue angle of 216.68º 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 #2B76EC is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 118 | 236 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.07 |
| HSL | 216.68º | 0.84% | 0.55% | - |
| HSV(B) | 216.68º | 0.82% | 0.93% | - |
| XYZ | 22.62 | 19.53 | 81.93 | - |
| YUV | 109.03 | 199.65 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 236 | 0.82 | 0.5 | 0 | 0.07 | 216.68 | 0.84 | 0.55 |
| Hex | 2B | 76 | EC | 52 | 32 | 0 | 7 | D9 | 54 | 37 |
| Octal | 53 | 166 | 354 | 122 | 62 | 0 | 7 | 331 | 124 | 67 |
| Binary | 101011 | 1110110 | 11101100 | 1010010 | 110010 | 0 | 111 | 11011001 | 1010100 | 110111 |
Color Harmonies of #2B76EC
Complementary color
Monochromatic Colors of #2B76EC
Black with #2B76EC
Text Example
Text Example
White with #2B76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B76EC; }
p { color: rgb(43,118,236); }
H1.HeaderClassName
{
color: #2B76EC;
}
.AnyTagClassName
{
color: #2B76EC;
}
</style>
background-color css
<style>
a { background-color: #2B76EC; }
a { background-color: rgb(43,118,236); }
div.DivClassName
{
background-color: #2B76EC;
}
.BgClassName
{
background-color: #2B76EC;
}
</style>
border-color css
<style>
span { border-color: #2B76EC; }
span { border-color: rgb(43,118,236); }
td.TdClassName
{
border-color: #2B76EC;
}
.TagClassName
{
border-color: #2B76EC;
}
</style>