Shades of Royal Blue #2B78EC
Tints of Royal Blue #2B78EC
RGB
CMYK
RGB Variations
Color information
#2B78EC (or 0x2B78EC) is known color: Royal Blue. HEX triplet: 2B, 78 and EC. RGB value is (43,120,236). Sum of RGB (Red+Green+Blue) = 43+120+236=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B78EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B78EC is #D48713. Grayscale: #6D6D6D. Windows color (decimal): -13928212 or 15497259. OLE color: 15497259.
HSL color Cylindrical-coordinate representation of color #2B78EC: hue angle of 216.06º 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 #2B78EC is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 120 | 236 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.07 |
| HSL | 216.06º | 0.84% | 0.55% | - |
| HSV(B) | 216.06º | 0.82% | 0.93% | - |
| XYZ | 22.85 | 20 | 82.01 | - |
| YUV | 110.2 | 198.99 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 236 | 0.82 | 0.49 | 0 | 0.07 | 216.06 | 0.84 | 0.55 |
| Hex | 2B | 78 | EC | 52 | 31 | 0 | 7 | D8 | 54 | 37 |
| Octal | 53 | 170 | 354 | 122 | 61 | 0 | 7 | 330 | 124 | 67 |
| Binary | 101011 | 1111000 | 11101100 | 1010010 | 110001 | 0 | 111 | 11011000 | 1010100 | 110111 |
Color Harmonies of #2B78EC
Complementary color
Monochromatic Colors of #2B78EC
Black with #2B78EC
Text Example
Text Example
White with #2B78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B78EC; }
p { color: rgb(43,120,236); }
H1.HeaderClassName
{
color: #2B78EC;
}
.AnyTagClassName
{
color: #2B78EC;
}
</style>
background-color css
<style>
a { background-color: #2B78EC; }
a { background-color: rgb(43,120,236); }
div.DivClassName
{
background-color: #2B78EC;
}
.BgClassName
{
background-color: #2B78EC;
}
</style>
border-color css
<style>
span { border-color: #2B78EC; }
span { border-color: rgb(43,120,236); }
td.TdClassName
{
border-color: #2B78EC;
}
.TagClassName
{
border-color: #2B78EC;
}
</style>