Shades of Medium Blue #2B10D2
Tints of Medium Blue #2B10D2
RGB
CMYK
RGB Variations
Color information
#2B10D2 (or 0x2B10D2) is known color: Medium Blue. HEX triplet: 2B, 10 and D2. RGB value is (43,16,210). Sum of RGB (Red+Green+Blue) = 43+16+210=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 210 (82.42% from 255 or 78.07% from 269); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B10D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B10D2 is #D4EF2D. Grayscale: #2D2D2D. Windows color (decimal): -13954862 or 13766699. OLE color: 13766699.
HSL color Cylindrical-coordinate representation of color #2B10D2: hue angle of 248.35º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B10D2 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 16 | 210 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.18 |
| HSL | 248.35º | 0.86% | 0.44% | - |
| HSV(B) | 248.35º | 0.92% | 0.82% | - |
| XYZ | 12.81 | 5.54 | 61.37 | - |
| YUV | 46.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 210 | 0.80 | 0.92 | 0 | 0.18 | 248.35 | 0.86 | 0.44 |
| Hex | 2B | 10 | D2 | 50 | 5C | 0 | 12 | F8 | 56 | 2C |
| Octal | 53 | 20 | 322 | 120 | 134 | 0 | 22 | 370 | 126 | 54 |
| Binary | 101011 | 10000 | 11010010 | 1010000 | 1011100 | 0 | 10010 | 11111000 | 1010110 | 101100 |
Color Harmonies of #2B10D2
Complementary color
Monochromatic Colors of #2B10D2
Black with #2B10D2
Text Example
Text Example
White with #2B10D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B10D2; }
p { color: rgb(43,16,210); }
H1.HeaderClassName
{
color: #2B10D2;
}
.AnyTagClassName
{
color: #2B10D2;
}
</style>
background-color css
<style>
a { background-color: #2B10D2; }
a { background-color: rgb(43,16,210); }
div.DivClassName
{
background-color: #2B10D2;
}
.BgClassName
{
background-color: #2B10D2;
}
</style>
border-color css
<style>
span { border-color: #2B10D2; }
span { border-color: rgb(43,16,210); }
td.TdClassName
{
border-color: #2B10D2;
}
.TagClassName
{
border-color: #2B10D2;
}
</style>