Shades of Medium Blue #2C08DB
Tints of Medium Blue #2C08DB
RGB
CMYK
RGB Variations
Color information
#2C08DB (or 0x2C08DB) is known color: Medium Blue. HEX triplet: 2C, 08 and DB. RGB value is (44,8,219). Sum of RGB (Red+Green+Blue) = 44+8+219=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C08DB is #D3F724. Grayscale: #2A2A2A. Windows color (decimal): -13891365 or 14354476. OLE color: 14354476.
HSL color Cylindrical-coordinate representation of color #2C08DB: hue angle of 250.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C08DB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 8 | 219 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.14 |
| HSL | 250.24º | 0.93% | 0.45% | - |
| HSV(B) | 250.24º | 0.96% | 0.86% | - |
| XYZ | 13.91 | 5.82 | 67.41 | - |
| YUV | 42.82 | 227.43 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 219 | 0.80 | 0.96 | 0 | 0.14 | 250.24 | 0.93 | 0.45 |
| Hex | 2C | 8 | DB | 50 | 60 | 0 | E | FA | 5D | 2D |
| Octal | 54 | 10 | 333 | 120 | 140 | 0 | 16 | 372 | 135 | 55 |
| Binary | 101100 | 1000 | 11011011 | 1010000 | 1100000 | 0 | 1110 | 11111010 | 1011101 | 101101 |
Color Harmonies of #2C08DB
Complementary color
Monochromatic Colors of #2C08DB
Black with #2C08DB
Text Example
Text Example
White with #2C08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C08DB; }
p { color: rgb(44,8,219); }
H1.HeaderClassName
{
color: #2C08DB;
}
.AnyTagClassName
{
color: #2C08DB;
}
</style>
background-color css
<style>
a { background-color: #2C08DB; }
a { background-color: rgb(44,8,219); }
div.DivClassName
{
background-color: #2C08DB;
}
.BgClassName
{
background-color: #2C08DB;
}
</style>
border-color css
<style>
span { border-color: #2C08DB; }
span { border-color: rgb(44,8,219); }
td.TdClassName
{
border-color: #2C08DB;
}
.TagClassName
{
border-color: #2C08DB;
}
</style>