Shades of Medium Blue #2C0FDA
Tints of Medium Blue #2C0FDA
RGB
CMYK
RGB Variations
Color information
#2C0FDA (or 0x2C0FDA) is known color: Medium Blue. HEX triplet: 2C, 0F and DA. RGB value is (44,15,218). Sum of RGB (Red+Green+Blue) = 44+15+218=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0FDA is #D3F025. Grayscale: #2E2E2E. Windows color (decimal): -13889574 or 14290732. OLE color: 14290732.
HSL color Cylindrical-coordinate representation of color #2C0FDA: hue angle of 248.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0FDA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 15 | 218 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.15 |
| HSL | 248.57º | 0.87% | 0.46% | - |
| HSV(B) | 248.57º | 0.93% | 0.85% | - |
| XYZ | 13.86 | 5.94 | 66.75 | - |
| YUV | 46.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 218 | 0.80 | 0.93 | 0 | 0.15 | 248.57 | 0.87 | 0.46 |
| Hex | 2C | F | DA | 50 | 5D | 0 | F | F9 | 57 | 2E |
| Octal | 54 | 17 | 332 | 120 | 135 | 0 | 17 | 371 | 127 | 56 |
| Binary | 101100 | 1111 | 11011010 | 1010000 | 1011101 | 0 | 1111 | 11111001 | 1010111 | 101110 |
Color Harmonies of #2C0FDA
Complementary color
Monochromatic Colors of #2C0FDA
Black with #2C0FDA
Text Example
Text Example
White with #2C0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0FDA; }
p { color: rgb(44,15,218); }
H1.HeaderClassName
{
color: #2C0FDA;
}
.AnyTagClassName
{
color: #2C0FDA;
}
</style>
background-color css
<style>
a { background-color: #2C0FDA; }
a { background-color: rgb(44,15,218); }
div.DivClassName
{
background-color: #2C0FDA;
}
.BgClassName
{
background-color: #2C0FDA;
}
</style>
border-color css
<style>
span { border-color: #2C0FDA; }
span { border-color: rgb(44,15,218); }
td.TdClassName
{
border-color: #2C0FDA;
}
.TagClassName
{
border-color: #2C0FDA;
}
</style>