Shades of Medium Blue #2115BF
Tints of Medium Blue #2115BF
RGB
CMYK
RGB Variations
Color information
#2115BF (or 0x2115BF) is known color: Medium Blue. HEX triplet: 21, 15 and BF. RGB value is (33,21,191). Sum of RGB (Red+Green+Blue) = 33+21+191=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #2115BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115BF is #DEEA40. Grayscale: #2B2B2B. Windows color (decimal): -14608961 or 12522785. OLE color: 12522785.
HSL color Cylindrical-coordinate representation of color #2115BF: hue angle of 244.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2115BF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 21 | 191 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.25 |
| HSL | 244.24º | 0.8% | 0.42% | - |
| HSV(B) | 244.24º | 0.89% | 0.75% | - |
| XYZ | 10.3 | 4.62 | 49.64 | - |
| YUV | 43.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 191 | 0.83 | 0.89 | 0 | 0.25 | 244.24 | 0.8 | 0.42 |
| Hex | 21 | 15 | BF | 53 | 59 | 0 | 19 | F4 | 50 | 2A |
| Octal | 41 | 25 | 277 | 123 | 131 | 0 | 31 | 364 | 120 | 52 |
| Binary | 100001 | 10101 | 10111111 | 1010011 | 1011001 | 0 | 11001 | 11110100 | 1010000 | 101010 |
Color Harmonies of #2115BF
Complementary color
Monochromatic Colors of #2115BF
Black with #2115BF
Text Example
Text Example
White with #2115BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115BF; }
p { color: rgb(33,21,191); }
H1.HeaderClassName
{
color: #2115BF;
}
.AnyTagClassName
{
color: #2115BF;
}
</style>
background-color css
<style>
a { background-color: #2115BF; }
a { background-color: rgb(33,21,191); }
div.DivClassName
{
background-color: #2115BF;
}
.BgClassName
{
background-color: #2115BF;
}
</style>
border-color css
<style>
span { border-color: #2115BF; }
span { border-color: rgb(33,21,191); }
td.TdClassName
{
border-color: #2115BF;
}
.TagClassName
{
border-color: #2115BF;
}
</style>