Shades of Medium Blue #2C0FBF
Tints of Medium Blue #2C0FBF
RGB
CMYK
RGB Variations
Color information
#2C0FBF (or 0x2C0FBF) is known color: Medium Blue. HEX triplet: 2C, 0F and BF. RGB value is (44,15,191). Sum of RGB (Red+Green+Blue) = 44+15+191=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0FBF is #D3F040. Grayscale: #2B2B2B. Windows color (decimal): -13889601 or 12521260. OLE color: 12521260.
HSL color Cylindrical-coordinate representation of color #2C0FBF: hue angle of 249.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0FBF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 15 | 191 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.25 |
| HSL | 249.89º | 0.85% | 0.4% | - |
| HSV(B) | 249.89º | 0.92% | 0.75% | - |
| XYZ | 10.61 | 4.64 | 49.63 | - |
| YUV | 43.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 191 | 0.77 | 0.92 | 0 | 0.25 | 249.89 | 0.85 | 0.4 |
| Hex | 2C | F | BF | 4D | 5C | 0 | 19 | FA | 55 | 28 |
| Octal | 54 | 17 | 277 | 115 | 134 | 0 | 31 | 372 | 125 | 50 |
| Binary | 101100 | 1111 | 10111111 | 1001101 | 1011100 | 0 | 11001 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2C0FBF
Complementary color
Monochromatic Colors of #2C0FBF
Black with #2C0FBF
Text Example
Text Example
White with #2C0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0FBF; }
p { color: rgb(44,15,191); }
H1.HeaderClassName
{
color: #2C0FBF;
}
.AnyTagClassName
{
color: #2C0FBF;
}
</style>
background-color css
<style>
a { background-color: #2C0FBF; }
a { background-color: rgb(44,15,191); }
div.DivClassName
{
background-color: #2C0FBF;
}
.BgClassName
{
background-color: #2C0FBF;
}
</style>
border-color css
<style>
span { border-color: #2C0FBF; }
span { border-color: rgb(44,15,191); }
td.TdClassName
{
border-color: #2C0FBF;
}
.TagClassName
{
border-color: #2C0FBF;
}
</style>