Shades of Royal Blue #2B78ED
Tints of Royal Blue #2B78ED
RGB
CMYK
RGB Variations
Color information
#2B78ED (or 0x2B78ED) is known color: Royal Blue. HEX triplet: 2B, 78 and ED. RGB value is (43,120,237). Sum of RGB (Red+Green+Blue) = 43+120+237=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B78ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B78ED is #D48712. Grayscale: #6D6D6D. Windows color (decimal): -13928211 or 15562795. OLE color: 15562795.
HSL color Cylindrical-coordinate representation of color #2B78ED: hue angle of 216.19º 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 #2B78ED is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 120 | 237 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.07 |
| HSL | 216.19º | 0.84% | 0.55% | - |
| HSV(B) | 216.19º | 0.82% | 0.93% | - |
| XYZ | 23 | 20.06 | 82.78 | - |
| YUV | 110.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 237 | 0.82 | 0.49 | 0 | 0.07 | 216.19 | 0.84 | 0.55 |
| Hex | 2B | 78 | ED | 52 | 31 | 0 | 7 | D8 | 54 | 37 |
| Octal | 53 | 170 | 355 | 122 | 61 | 0 | 7 | 330 | 124 | 67 |
| Binary | 101011 | 1111000 | 11101101 | 1010010 | 110001 | 0 | 111 | 11011000 | 1010100 | 110111 |
Color Harmonies of #2B78ED
Complementary color
Monochromatic Colors of #2B78ED
Black with #2B78ED
Text Example
Text Example
White with #2B78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B78ED; }
p { color: rgb(43,120,237); }
H1.HeaderClassName
{
color: #2B78ED;
}
.AnyTagClassName
{
color: #2B78ED;
}
</style>
background-color css
<style>
a { background-color: #2B78ED; }
a { background-color: rgb(43,120,237); }
div.DivClassName
{
background-color: #2B78ED;
}
.BgClassName
{
background-color: #2B78ED;
}
</style>
border-color css
<style>
span { border-color: #2B78ED; }
span { border-color: rgb(43,120,237); }
td.TdClassName
{
border-color: #2B78ED;
}
.TagClassName
{
border-color: #2B78ED;
}
</style>