Shades of Medium Blue #2C07BD
Tints of Medium Blue #2C07BD
RGB
CMYK
RGB Variations
Color information
#2C07BD (or 0x2C07BD) is known color: Medium Blue. HEX triplet: 2C, 07 and BD. RGB value is (44,7,189). Sum of RGB (Red+Green+Blue) = 44+7+189=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C07BD is #D3F842. Grayscale: #262626. Windows color (decimal): -13891651 or 12388140. OLE color: 12388140.
HSL color Cylindrical-coordinate representation of color #2C07BD: hue angle of 252.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C07BD is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 7 | 189 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.26 |
| HSL | 252.2º | 0.93% | 0.38% | - |
| HSV(B) | 252.2º | 0.96% | 0.74% | - |
| XYZ | 10.3 | 4.36 | 48.44 | - |
| YUV | 38.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 189 | 0.77 | 0.96 | 0 | 0.26 | 252.2 | 0.93 | 0.38 |
| Hex | 2C | 7 | BD | 4D | 60 | 0 | 1A | FC | 5D | 26 |
| Octal | 54 | 7 | 275 | 115 | 140 | 0 | 32 | 374 | 135 | 46 |
| Binary | 101100 | 111 | 10111101 | 1001101 | 1100000 | 0 | 11010 | 11111100 | 1011101 | 100110 |
Color Harmonies of #2C07BD
Complementary color
Monochromatic Colors of #2C07BD
Black with #2C07BD
Text Example
Text Example
White with #2C07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C07BD; }
p { color: rgb(44,7,189); }
H1.HeaderClassName
{
color: #2C07BD;
}
.AnyTagClassName
{
color: #2C07BD;
}
</style>
background-color css
<style>
a { background-color: #2C07BD; }
a { background-color: rgb(44,7,189); }
div.DivClassName
{
background-color: #2C07BD;
}
.BgClassName
{
background-color: #2C07BD;
}
</style>
border-color css
<style>
span { border-color: #2C07BD; }
span { border-color: rgb(44,7,189); }
td.TdClassName
{
border-color: #2C07BD;
}
.TagClassName
{
border-color: #2C07BD;
}
</style>