Shades of Medium Blue #2B13DC
Tints of Medium Blue #2B13DC
RGB
CMYK
RGB Variations
Color information
#2B13DC (or 0x2B13DC) is known color: Medium Blue. HEX triplet: 2B, 13 and DC. RGB value is (43,19,220). Sum of RGB (Red+Green+Blue) = 43+19+220=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B13DC is #D4EC23. Grayscale: #303030. Windows color (decimal): -13954084 or 14422827. OLE color: 14422827.
HSL color Cylindrical-coordinate representation of color #2B13DC: hue angle of 247.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B13DC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 19 | 220 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.14 |
| HSL | 247.16º | 0.84% | 0.47% | - |
| HSV(B) | 247.16º | 0.91% | 0.86% | - |
| XYZ | 14.15 | 6.15 | 68.15 | - |
| YUV | 49.09 | 224.45 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 220 | 0.80 | 0.91 | 0 | 0.14 | 247.16 | 0.84 | 0.47 |
| Hex | 2B | 13 | DC | 50 | 5B | 0 | E | F7 | 54 | 2F |
| Octal | 53 | 23 | 334 | 120 | 133 | 0 | 16 | 367 | 124 | 57 |
| Binary | 101011 | 10011 | 11011100 | 1010000 | 1011011 | 0 | 1110 | 11110111 | 1010100 | 101111 |
Color Harmonies of #2B13DC
Complementary color
Monochromatic Colors of #2B13DC
Black with #2B13DC
Text Example
Text Example
White with #2B13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B13DC; }
p { color: rgb(43,19,220); }
H1.HeaderClassName
{
color: #2B13DC;
}
.AnyTagClassName
{
color: #2B13DC;
}
</style>
background-color css
<style>
a { background-color: #2B13DC; }
a { background-color: rgb(43,19,220); }
div.DivClassName
{
background-color: #2B13DC;
}
.BgClassName
{
background-color: #2B13DC;
}
</style>
border-color css
<style>
span { border-color: #2B13DC; }
span { border-color: rgb(43,19,220); }
td.TdClassName
{
border-color: #2B13DC;
}
.TagClassName
{
border-color: #2B13DC;
}
</style>