Shades of Medium Blue #021BBE
Tints of Medium Blue #021BBE
RGB
CMYK
RGB Variations
Color information
#021BBE (or 0x021BBE) is known color: Medium Blue. HEX triplet: 02, 1B and BE. RGB value is (2,27,190). Sum of RGB (Red+Green+Blue) = 2+27+190=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #021BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BBE is #FDE441. Grayscale: #252525. Windows color (decimal): -16639042 or 12458754. OLE color: 12458754.
HSL color Cylindrical-coordinate representation of color #021BBE: hue angle of 232.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BBE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 27 | 190 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.25 |
| HSL | 232.02º | 0.98% | 0.38% | - |
| HSV(B) | 232.02º | 0.99% | 0.75% | - |
| XYZ | 9.71 | 4.51 | 49.07 | - |
| YUV | 38.11 | 213.72 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 190 | 0.99 | 0.86 | 0 | 0.25 | 232.02 | 0.98 | 0.38 |
| Hex | 2 | 1B | BE | 63 | 56 | 0 | 19 | E8 | 62 | 26 |
| Octal | 2 | 33 | 276 | 143 | 126 | 0 | 31 | 350 | 142 | 46 |
| Binary | 10 | 11011 | 10111110 | 1100011 | 1010110 | 0 | 11001 | 11101000 | 1100010 | 100110 |
Color Harmonies of #021BBE
Complementary color
Monochromatic Colors of #021BBE
Black with #021BBE
Text Example
Text Example
White with #021BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BBE; }
p { color: rgb(2,27,190); }
H1.HeaderClassName
{
color: #021BBE;
}
.AnyTagClassName
{
color: #021BBE;
}
</style>
background-color css
<style>
a { background-color: #021BBE; }
a { background-color: rgb(2,27,190); }
div.DivClassName
{
background-color: #021BBE;
}
.BgClassName
{
background-color: #021BBE;
}
</style>
border-color css
<style>
span { border-color: #021BBE; }
span { border-color: rgb(2,27,190); }
td.TdClassName
{
border-color: #021BBE;
}
.TagClassName
{
border-color: #021BBE;
}
</style>