Shades of Royal Blue #2C77DB
Tints of Royal Blue #2C77DB
RGB
CMYK
RGB Variations
Color information
#2C77DB (or 0x2C77DB) is known color: Royal Blue. HEX triplet: 2C, 77 and DB. RGB value is (44,119,219). Sum of RGB (Red+Green+Blue) = 44+119+219=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77DB is #D38824. Grayscale: #6B6B6B. Windows color (decimal): -13862949 or 14382892. OLE color: 14382892.
HSL color Cylindrical-coordinate representation of color #2C77DB: hue angle of 214.29º degrees, saturation: 0.71, 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 #2C77DB is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 119 | 219 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.14 |
| HSL | 214.29º | 0.71% | 0.52% | - |
| HSV(B) | 214.29º | 0.8% | 0.86% | - |
| XYZ | 20.42 | 18.84 | 69.58 | - |
| YUV | 107.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 219 | 0.80 | 0.46 | 0 | 0.14 | 214.29 | 0.71 | 0.52 |
| Hex | 2C | 77 | DB | 50 | 2E | 0 | E | D6 | 47 | 34 |
| Octal | 54 | 167 | 333 | 120 | 56 | 0 | 16 | 326 | 107 | 64 |
| Binary | 101100 | 1110111 | 11011011 | 1010000 | 101110 | 0 | 1110 | 11010110 | 1000111 | 110100 |
Color Harmonies of #2C77DB
Complementary color
Monochromatic Colors of #2C77DB
Black with #2C77DB
Text Example
Text Example
White with #2C77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C77DB; }
p { color: rgb(44,119,219); }
H1.HeaderClassName
{
color: #2C77DB;
}
.AnyTagClassName
{
color: #2C77DB;
}
</style>
background-color css
<style>
a { background-color: #2C77DB; }
a { background-color: rgb(44,119,219); }
div.DivClassName
{
background-color: #2C77DB;
}
.BgClassName
{
background-color: #2C77DB;
}
</style>
border-color css
<style>
span { border-color: #2C77DB; }
span { border-color: rgb(44,119,219); }
td.TdClassName
{
border-color: #2C77DB;
}
.TagClassName
{
border-color: #2C77DB;
}
</style>