Shades of Royal Blue #2C75DB
Tints of Royal Blue #2C75DB
RGB
CMYK
RGB Variations
Color information
#2C75DB (or 0x2C75DB) is known color: Royal Blue. HEX triplet: 2C, 75 and DB. RGB value is (44,117,219). Sum of RGB (Red+Green+Blue) = 44+117+219=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C75DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C75DB is #D38A24. Grayscale: #6A6A6A. Windows color (decimal): -13863461 or 14382380. OLE color: 14382380.
HSL color Cylindrical-coordinate representation of color #2C75DB: hue angle of 214.97º 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 #2C75DB is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 117 | 219 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.14 |
| HSL | 214.97º | 0.71% | 0.52% | - |
| HSV(B) | 214.97º | 0.8% | 0.86% | - |
| XYZ | 20.19 | 18.37 | 69.5 | - |
| YUV | 106.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 219 | 0.80 | 0.47 | 0 | 0.14 | 214.97 | 0.71 | 0.52 |
| Hex | 2C | 75 | DB | 50 | 2F | 0 | E | D7 | 47 | 34 |
| Octal | 54 | 165 | 333 | 120 | 57 | 0 | 16 | 327 | 107 | 64 |
| Binary | 101100 | 1110101 | 11011011 | 1010000 | 101111 | 0 | 1110 | 11010111 | 1000111 | 110100 |
Color Harmonies of #2C75DB
Complementary color
Monochromatic Colors of #2C75DB
Black with #2C75DB
Text Example
Text Example
White with #2C75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C75DB; }
p { color: rgb(44,117,219); }
H1.HeaderClassName
{
color: #2C75DB;
}
.AnyTagClassName
{
color: #2C75DB;
}
</style>
background-color css
<style>
a { background-color: #2C75DB; }
a { background-color: rgb(44,117,219); }
div.DivClassName
{
background-color: #2C75DB;
}
.BgClassName
{
background-color: #2C75DB;
}
</style>
border-color css
<style>
span { border-color: #2C75DB; }
span { border-color: rgb(44,117,219); }
td.TdClassName
{
border-color: #2C75DB;
}
.TagClassName
{
border-color: #2C75DB;
}
</style>