Shades of Medium Blue #2B05DD
Tints of Medium Blue #2B05DD
RGB
CMYK
RGB Variations
Color information
#2B05DD (or 0x2B05DD) is known color: Medium Blue. HEX triplet: 2B, 05 and DD. RGB value is (43,5,221). Sum of RGB (Red+Green+Blue) = 43+5+221=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05DD is #D4FA22. Grayscale: #282828. Windows color (decimal): -13957667 or 14484779. OLE color: 14484779.
HSL color Cylindrical-coordinate representation of color #2B05DD: hue angle of 250.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B05DD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 5 | 221 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.13 |
| HSL | 250.56º | 0.96% | 0.44% | - |
| HSV(B) | 250.56º | 0.98% | 0.87% | - |
| XYZ | 14.1 | 5.84 | 68.79 | - |
| YUV | 40.99 | 229.59 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 221 | 0.81 | 0.98 | 0 | 0.13 | 250.56 | 0.96 | 0.44 |
| Hex | 2B | 5 | DD | 51 | 62 | 0 | D | FB | 60 | 2C |
| Octal | 53 | 5 | 335 | 121 | 142 | 0 | 15 | 373 | 140 | 54 |
| Binary | 101011 | 101 | 11011101 | 1010001 | 1100010 | 0 | 1101 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2B05DD
Complementary color
Monochromatic Colors of #2B05DD
Black with #2B05DD
Text Example
Text Example
White with #2B05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05DD; }
p { color: rgb(43,5,221); }
H1.HeaderClassName
{
color: #2B05DD;
}
.AnyTagClassName
{
color: #2B05DD;
}
</style>
background-color css
<style>
a { background-color: #2B05DD; }
a { background-color: rgb(43,5,221); }
div.DivClassName
{
background-color: #2B05DD;
}
.BgClassName
{
background-color: #2B05DD;
}
</style>
border-color css
<style>
span { border-color: #2B05DD; }
span { border-color: rgb(43,5,221); }
td.TdClassName
{
border-color: #2B05DD;
}
.TagClassName
{
border-color: #2B05DD;
}
</style>