Shades of Medium Blue #2B14DA
Tints of Medium Blue #2B14DA
RGB
CMYK
RGB Variations
Color information
#2B14DA (or 0x2B14DA) is known color: Medium Blue. HEX triplet: 2B, 14 and DA. RGB value is (43,20,218). Sum of RGB (Red+Green+Blue) = 43+20+218=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B14DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B14DA is #D4EB25. Grayscale: #303030. Windows color (decimal): -13953830 or 14292011. OLE color: 14292011.
HSL color Cylindrical-coordinate representation of color #2B14DA: hue angle of 246.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B14DA is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 20 | 218 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.15 |
| HSL | 246.97º | 0.83% | 0.47% | - |
| HSV(B) | 246.97º | 0.91% | 0.85% | - |
| XYZ | 13.9 | 6.08 | 66.77 | - |
| YUV | 49.45 | 223.12 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 218 | 0.80 | 0.91 | 0 | 0.15 | 246.97 | 0.83 | 0.47 |
| Hex | 2B | 14 | DA | 50 | 5B | 0 | F | F7 | 53 | 2F |
| Octal | 53 | 24 | 332 | 120 | 133 | 0 | 17 | 367 | 123 | 57 |
| Binary | 101011 | 10100 | 11011010 | 1010000 | 1011011 | 0 | 1111 | 11110111 | 1010011 | 101111 |
Color Harmonies of #2B14DA
Complementary color
Monochromatic Colors of #2B14DA
Black with #2B14DA
Text Example
Text Example
White with #2B14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14DA; }
p { color: rgb(43,20,218); }
H1.HeaderClassName
{
color: #2B14DA;
}
.AnyTagClassName
{
color: #2B14DA;
}
</style>
background-color css
<style>
a { background-color: #2B14DA; }
a { background-color: rgb(43,20,218); }
div.DivClassName
{
background-color: #2B14DA;
}
.BgClassName
{
background-color: #2B14DA;
}
</style>
border-color css
<style>
span { border-color: #2B14DA; }
span { border-color: rgb(43,20,218); }
td.TdClassName
{
border-color: #2B14DA;
}
.TagClassName
{
border-color: #2B14DA;
}
</style>