Shades of Medium Blue #2B05DC
Tints of Medium Blue #2B05DC
RGB
CMYK
RGB Variations
Color information
#2B05DC (or 0x2B05DC) is known color: Medium Blue. HEX triplet: 2B, 05 and DC. RGB value is (43,5,220). Sum of RGB (Red+Green+Blue) = 43+5+220=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B05DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05DC is #D4FA23. Grayscale: #282828. Windows color (decimal): -13957668 or 14419243. OLE color: 14419243.
HSL color Cylindrical-coordinate representation of color #2B05DC: hue angle of 250.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B05DC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 5 | 220 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.14 |
| HSL | 250.6º | 0.96% | 0.44% | - |
| HSV(B) | 250.6º | 0.98% | 0.86% | - |
| XYZ | 13.97 | 5.79 | 68.09 | - |
| YUV | 40.87 | 229.09 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 220 | 0.80 | 0.98 | 0 | 0.14 | 250.6 | 0.96 | 0.44 |
| Hex | 2B | 5 | DC | 50 | 62 | 0 | E | FB | 60 | 2C |
| Octal | 53 | 5 | 334 | 120 | 142 | 0 | 16 | 373 | 140 | 54 |
| Binary | 101011 | 101 | 11011100 | 1010000 | 1100010 | 0 | 1110 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2B05DC
Complementary color
Monochromatic Colors of #2B05DC
Black with #2B05DC
Text Example
Text Example
White with #2B05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05DC; }
p { color: rgb(43,5,220); }
H1.HeaderClassName
{
color: #2B05DC;
}
.AnyTagClassName
{
color: #2B05DC;
}
</style>
background-color css
<style>
a { background-color: #2B05DC; }
a { background-color: rgb(43,5,220); }
div.DivClassName
{
background-color: #2B05DC;
}
.BgClassName
{
background-color: #2B05DC;
}
</style>
border-color css
<style>
span { border-color: #2B05DC; }
span { border-color: rgb(43,5,220); }
td.TdClassName
{
border-color: #2B05DC;
}
.TagClassName
{
border-color: #2B05DC;
}
</style>