Shades of Blue #021BEC
Tints of Blue #021BEC
RGB
CMYK
RGB Variations
Color information
#021BEC (or 0x021BEC) is known color: Blue. HEX triplet: 02, 1B and EC. RGB value is (2,27,236). Sum of RGB (Red+Green+Blue) = 2+27+236=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #021BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BEC is #FDE413. Grayscale: #2A2A2A. Windows color (decimal): -16638996 or 15473410. OLE color: 15473410.
HSL color Cylindrical-coordinate representation of color #021BEC: hue angle of 233.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BEC is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 27 | 236 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.07 |
| HSL | 233.59º | 0.98% | 0.47% | - |
| HSV(B) | 233.59º | 0.99% | 0.93% | - |
| XYZ | 15.56 | 6.85 | 79.86 | - |
| YUV | 43.35 | 236.72 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 236 | 0.99 | 0.89 | 0 | 0.07 | 233.59 | 0.98 | 0.47 |
| Hex | 2 | 1B | EC | 63 | 59 | 0 | 7 | EA | 62 | 2F |
| Octal | 2 | 33 | 354 | 143 | 131 | 0 | 7 | 352 | 142 | 57 |
| Binary | 10 | 11011 | 11101100 | 1100011 | 1011001 | 0 | 111 | 11101010 | 1100010 | 101111 |
Color Harmonies of #021BEC
Complementary color
Monochromatic Colors of #021BEC
Black with #021BEC
Text Example
Text Example
White with #021BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BEC; }
p { color: rgb(2,27,236); }
H1.HeaderClassName
{
color: #021BEC;
}
.AnyTagClassName
{
color: #021BEC;
}
</style>
background-color css
<style>
a { background-color: #021BEC; }
a { background-color: rgb(2,27,236); }
div.DivClassName
{
background-color: #021BEC;
}
.BgClassName
{
background-color: #021BEC;
}
</style>
border-color css
<style>
span { border-color: #021BEC; }
span { border-color: rgb(2,27,236); }
td.TdClassName
{
border-color: #021BEC;
}
.TagClassName
{
border-color: #021BEC;
}
</style>