Shades of Medium Blue #2B00DC
Tints of Medium Blue #2B00DC
RGB
CMYK
RGB Variations
Color information
#2B00DC (or 0x2B00DC) is known color: Medium Blue. HEX triplet: 2B, 00 and DC. RGB value is (43,0,220). Sum of RGB (Red+Green+Blue) = 43+0+220=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B00DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00DC is #D4FF23. Grayscale: #252525. Windows color (decimal): -13958948 or 14417963. OLE color: 14417963.
HSL color Cylindrical-coordinate representation of color #2B00DC: hue angle of 251.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B00DC is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 0 | 220 | - |
| CMYK | 0.80 | 1 | 0 | 0.14 |
| HSL | 251.73º | 1% | 0.43% | - |
| HSV(B) | 251.73º | 1% | 0.86% | - |
| XYZ | 13.91 | 5.68 | 68.07 | - |
| YUV | 37.94 | 230.75 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 220 | 0.80 | 1 | 0 | 0.14 | 251.73 | 1 | 0.43 |
| Hex | 2B | 0 | DC | 50 | 64 | 0 | E | FC | 64 | 2B |
| Octal | 53 | 0 | 334 | 120 | 144 | 0 | 16 | 374 | 144 | 53 |
| Binary | 101011 | 0 | 11011100 | 1010000 | 1100100 | 0 | 1110 | 11111100 | 1100100 | 101011 |
Color Harmonies of #2B00DC
Complementary color
Monochromatic Colors of #2B00DC
Black with #2B00DC
Text Example
Text Example
White with #2B00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B00DC; }
p { color: rgb(43,0,220); }
H1.HeaderClassName
{
color: #2B00DC;
}
.AnyTagClassName
{
color: #2B00DC;
}
</style>
background-color css
<style>
a { background-color: #2B00DC; }
a { background-color: rgb(43,0,220); }
div.DivClassName
{
background-color: #2B00DC;
}
.BgClassName
{
background-color: #2B00DC;
}
</style>
border-color css
<style>
span { border-color: #2B00DC; }
span { border-color: rgb(43,0,220); }
td.TdClassName
{
border-color: #2B00DC;
}
.TagClassName
{
border-color: #2B00DC;
}
</style>