Shades of Royal Blue #2C68DB
Tints of Royal Blue #2C68DB
RGB
CMYK
RGB Variations
Color information
#2C68DB (or 0x2C68DB) is known color: Royal Blue. HEX triplet: 2C, 68 and DB. RGB value is (44,104,219). Sum of RGB (Red+Green+Blue) = 44+104+219=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C68DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C68DB is #D39724. Grayscale: #626262. Windows color (decimal): -13866789 or 14379052. OLE color: 14379052.
HSL color Cylindrical-coordinate representation of color #2C68DB: hue angle of 219.43º 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 #2C68DB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 104 | 219 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.14 |
| HSL | 219.43º | 0.71% | 0.52% | - |
| HSV(B) | 219.43º | 0.8% | 0.86% | - |
| XYZ | 18.78 | 15.55 | 69.03 | - |
| YUV | 99.17 | 195.62 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 219 | 0.80 | 0.53 | 0 | 0.14 | 219.43 | 0.71 | 0.52 |
| Hex | 2C | 68 | DB | 50 | 35 | 0 | E | DB | 47 | 34 |
| Octal | 54 | 150 | 333 | 120 | 65 | 0 | 16 | 333 | 107 | 64 |
| Binary | 101100 | 1101000 | 11011011 | 1010000 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110100 |
Color Harmonies of #2C68DB
Complementary color
Monochromatic Colors of #2C68DB
Black with #2C68DB
Text Example
Text Example
White with #2C68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C68DB; }
p { color: rgb(44,104,219); }
H1.HeaderClassName
{
color: #2C68DB;
}
.AnyTagClassName
{
color: #2C68DB;
}
</style>
background-color css
<style>
a { background-color: #2C68DB; }
a { background-color: rgb(44,104,219); }
div.DivClassName
{
background-color: #2C68DB;
}
.BgClassName
{
background-color: #2C68DB;
}
</style>
border-color css
<style>
span { border-color: #2C68DB; }
span { border-color: rgb(44,104,219); }
td.TdClassName
{
border-color: #2C68DB;
}
.TagClassName
{
border-color: #2C68DB;
}
</style>