Shades of Medium Blue #2C00DF
Tints of Medium Blue #2C00DF
RGB
CMYK
RGB Variations
Color information
#2C00DF (or 0x2C00DF) is known color: Medium Blue. HEX triplet: 2C, 00 and DF. RGB value is (44,0,223). Sum of RGB (Red+Green+Blue) = 44+0+223=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C00DF is #D3FF20. Grayscale: #252525. Windows color (decimal): -13893409 or 14614572. OLE color: 14614572.
HSL color Cylindrical-coordinate representation of color #2C00DF: hue angle of 251.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00DF is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 0 | 223 | - |
| CMYK | 0.80 | 1 | 0 | 0.13 |
| HSL | 251.84º | 1% | 0.44% | - |
| HSV(B) | 251.84º | 1% | 0.87% | - |
| XYZ | 14.36 | 5.86 | 70.19 | - |
| YUV | 38.58 | 232.08 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 223 | 0.80 | 1 | 0 | 0.13 | 251.84 | 1 | 0.44 |
| Hex | 2C | 0 | DF | 50 | 64 | 0 | D | FC | 64 | 2C |
| Octal | 54 | 0 | 337 | 120 | 144 | 0 | 15 | 374 | 144 | 54 |
| Binary | 101100 | 0 | 11011111 | 1010000 | 1100100 | 0 | 1101 | 11111100 | 1100100 | 101100 |
Color Harmonies of #2C00DF
Complementary color
Monochromatic Colors of #2C00DF
Black with #2C00DF
Text Example
Text Example
White with #2C00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00DF; }
p { color: rgb(44,0,223); }
H1.HeaderClassName
{
color: #2C00DF;
}
.AnyTagClassName
{
color: #2C00DF;
}
</style>
background-color css
<style>
a { background-color: #2C00DF; }
a { background-color: rgb(44,0,223); }
div.DivClassName
{
background-color: #2C00DF;
}
.BgClassName
{
background-color: #2C00DF;
}
</style>
border-color css
<style>
span { border-color: #2C00DF; }
span { border-color: rgb(44,0,223); }
td.TdClassName
{
border-color: #2C00DF;
}
.TagClassName
{
border-color: #2C00DF;
}
</style>