Shades of Royal Blue #2B78DC
Tints of Royal Blue #2B78DC
RGB
CMYK
RGB Variations
Color information
#2B78DC (or 0x2B78DC) is known color: Royal Blue. HEX triplet: 2B, 78 and DC. RGB value is (43,120,220). Sum of RGB (Red+Green+Blue) = 43+120+220=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B78DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B78DC is #D48723. Grayscale: #6B6B6B. Windows color (decimal): -13928228 or 14448683. OLE color: 14448683.
HSL color Cylindrical-coordinate representation of color #2B78DC: hue angle of 213.9º 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 #2B78DC is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 120 | 220 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.14 |
| HSL | 213.9º | 0.72% | 0.52% | - |
| HSV(B) | 213.9º | 0.8% | 0.86% | - |
| XYZ | 20.63 | 19.11 | 70.31 | - |
| YUV | 108.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 220 | 0.80 | 0.45 | 0 | 0.14 | 213.9 | 0.72 | 0.52 |
| Hex | 2B | 78 | DC | 50 | 2D | 0 | E | D6 | 48 | 34 |
| Octal | 53 | 170 | 334 | 120 | 55 | 0 | 16 | 326 | 110 | 64 |
| Binary | 101011 | 1111000 | 11011100 | 1010000 | 101101 | 0 | 1110 | 11010110 | 1001000 | 110100 |
Color Harmonies of #2B78DC
Complementary color
Monochromatic Colors of #2B78DC
Black with #2B78DC
Text Example
Text Example
White with #2B78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B78DC; }
p { color: rgb(43,120,220); }
H1.HeaderClassName
{
color: #2B78DC;
}
.AnyTagClassName
{
color: #2B78DC;
}
</style>
background-color css
<style>
a { background-color: #2B78DC; }
a { background-color: rgb(43,120,220); }
div.DivClassName
{
background-color: #2B78DC;
}
.BgClassName
{
background-color: #2B78DC;
}
</style>
border-color css
<style>
span { border-color: #2B78DC; }
span { border-color: rgb(43,120,220); }
td.TdClassName
{
border-color: #2B78DC;
}
.TagClassName
{
border-color: #2B78DC;
}
</style>