Shades of Medium Blue #2B14DC
Tints of Medium Blue #2B14DC
RGB
CMYK
RGB Variations
Color information
#2B14DC (or 0x2B14DC) is known color: Medium Blue. HEX triplet: 2B, 14 and DC. RGB value is (43,20,220). Sum of RGB (Red+Green+Blue) = 43+20+220=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B14DC is #D4EB23. Grayscale: #303030. Windows color (decimal): -13953828 or 14423083. OLE color: 14423083.
HSL color Cylindrical-coordinate representation of color #2B14DC: hue angle of 246.9º degrees, saturation: 0.83, 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 #2B14DC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 20 | 220 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.14 |
| HSL | 246.9º | 0.83% | 0.47% | - |
| HSV(B) | 246.9º | 0.91% | 0.86% | - |
| XYZ | 14.16 | 6.18 | 68.16 | - |
| YUV | 49.68 | 224.12 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 220 | 0.80 | 0.91 | 0 | 0.14 | 246.9 | 0.83 | 0.47 |
| Hex | 2B | 14 | DC | 50 | 5B | 0 | E | F7 | 53 | 2F |
| Octal | 53 | 24 | 334 | 120 | 133 | 0 | 16 | 367 | 123 | 57 |
| Binary | 101011 | 10100 | 11011100 | 1010000 | 1011011 | 0 | 1110 | 11110111 | 1010011 | 101111 |
Color Harmonies of #2B14DC
Complementary color
Monochromatic Colors of #2B14DC
Black with #2B14DC
Text Example
Text Example
White with #2B14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14DC; }
p { color: rgb(43,20,220); }
H1.HeaderClassName
{
color: #2B14DC;
}
.AnyTagClassName
{
color: #2B14DC;
}
</style>
background-color css
<style>
a { background-color: #2B14DC; }
a { background-color: rgb(43,20,220); }
div.DivClassName
{
background-color: #2B14DC;
}
.BgClassName
{
background-color: #2B14DC;
}
</style>
border-color css
<style>
span { border-color: #2B14DC; }
span { border-color: rgb(43,20,220); }
td.TdClassName
{
border-color: #2B14DC;
}
.TagClassName
{
border-color: #2B14DC;
}
</style>