Shades of Medium Blue #2C10DB
Tints of Medium Blue #2C10DB
RGB
CMYK
RGB Variations
Color information
#2C10DB (or 0x2C10DB) is known color: Medium Blue. HEX triplet: 2C, 10 and DB. RGB value is (44,16,219). Sum of RGB (Red+Green+Blue) = 44+16+219=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C10DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C10DB is #D3EF24. Grayscale: #2E2E2E. Windows color (decimal): -13889317 or 14356524. OLE color: 14356524.
HSL color Cylindrical-coordinate representation of color #2C10DB: hue angle of 248.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C10DB is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 16 | 219 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.14 |
| HSL | 248.28º | 0.86% | 0.46% | - |
| HSV(B) | 248.28º | 0.93% | 0.86% | - |
| XYZ | 14.01 | 6.02 | 67.44 | - |
| YUV | 47.51 | 224.78 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 219 | 0.80 | 0.93 | 0 | 0.14 | 248.28 | 0.86 | 0.46 |
| Hex | 2C | 10 | DB | 50 | 5D | 0 | E | F8 | 56 | 2E |
| Octal | 54 | 20 | 333 | 120 | 135 | 0 | 16 | 370 | 126 | 56 |
| Binary | 101100 | 10000 | 11011011 | 1010000 | 1011101 | 0 | 1110 | 11111000 | 1010110 | 101110 |
Color Harmonies of #2C10DB
Complementary color
Monochromatic Colors of #2C10DB
Black with #2C10DB
Text Example
Text Example
White with #2C10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C10DB; }
p { color: rgb(44,16,219); }
H1.HeaderClassName
{
color: #2C10DB;
}
.AnyTagClassName
{
color: #2C10DB;
}
</style>
background-color css
<style>
a { background-color: #2C10DB; }
a { background-color: rgb(44,16,219); }
div.DivClassName
{
background-color: #2C10DB;
}
.BgClassName
{
background-color: #2C10DB;
}
</style>
border-color css
<style>
span { border-color: #2C10DB; }
span { border-color: rgb(44,16,219); }
td.TdClassName
{
border-color: #2C10DB;
}
.TagClassName
{
border-color: #2C10DB;
}
</style>