Shades of Medium Blue #2B18DA
Tints of Medium Blue #2B18DA
RGB
CMYK
RGB Variations
Color information
#2B18DA (or 0x2B18DA) is known color: Medium Blue. HEX triplet: 2B, 18 and DA. RGB value is (43,24,218). Sum of RGB (Red+Green+Blue) = 43+24+218=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B18DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18DA is #D4E725. Grayscale: #333333. Windows color (decimal): -13952806 or 14293035. OLE color: 14293035.
HSL color Cylindrical-coordinate representation of color #2B18DA: hue angle of 245.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B18DA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 24 | 218 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.15 |
| HSL | 245.88º | 0.8% | 0.47% | - |
| HSV(B) | 245.88º | 0.89% | 0.85% | - |
| XYZ | 13.98 | 6.23 | 66.8 | - |
| YUV | 51.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 218 | 0.80 | 0.89 | 0 | 0.15 | 245.88 | 0.8 | 0.47 |
| Hex | 2B | 18 | DA | 50 | 59 | 0 | F | F6 | 50 | 2F |
| Octal | 53 | 30 | 332 | 120 | 131 | 0 | 17 | 366 | 120 | 57 |
| Binary | 101011 | 11000 | 11011010 | 1010000 | 1011001 | 0 | 1111 | 11110110 | 1010000 | 101111 |
Color Harmonies of #2B18DA
Complementary color
Monochromatic Colors of #2B18DA
Black with #2B18DA
Text Example
Text Example
White with #2B18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18DA; }
p { color: rgb(43,24,218); }
H1.HeaderClassName
{
color: #2B18DA;
}
.AnyTagClassName
{
color: #2B18DA;
}
</style>
background-color css
<style>
a { background-color: #2B18DA; }
a { background-color: rgb(43,24,218); }
div.DivClassName
{
background-color: #2B18DA;
}
.BgClassName
{
background-color: #2B18DA;
}
</style>
border-color css
<style>
span { border-color: #2B18DA; }
span { border-color: rgb(43,24,218); }
td.TdClassName
{
border-color: #2B18DA;
}
.TagClassName
{
border-color: #2B18DA;
}
</style>