Shades of Blue #002BEC
Tints of Blue #002BEC
RGB
CMYK
RGB Variations
Color information
#002BEC (or 0x002BEC) is known color: Blue. HEX triplet: 00, 2B and EC. RGB value is (0,43,236). Sum of RGB (Red+Green+Blue) = 0+43+236=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #002BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BEC is #FFD413. Grayscale: #333333. Windows color (decimal): -16765972 or 15477504. OLE color: 15477504.
HSL color Cylindrical-coordinate representation of color #002BEC: hue angle of 229.07º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BEC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 43 | 236 | - |
| CMYK | 1 | 0.82 | 0 | 0.07 |
| HSL | 229.07º | 1% | 0.46% | - |
| HSV(B) | 229.07º | 1% | 0.93% | - |
| XYZ | 16 | 7.78 | 80.02 | - |
| YUV | 52.15 | 231.75 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 236 | 1 | 0.82 | 0 | 0.07 | 229.07 | 1 | 0.46 |
| Hex | 0 | 2B | EC | 64 | 52 | 0 | 7 | E5 | 64 | 2E |
| Octal | 0 | 53 | 354 | 144 | 122 | 0 | 7 | 345 | 144 | 56 |
| Binary | 0 | 101011 | 11101100 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002BEC
Complementary color
Monochromatic Colors of #002BEC
Black with #002BEC
Text Example
Text Example
White with #002BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BEC; }
p { color: rgb(0,43,236); }
H1.HeaderClassName
{
color: #002BEC;
}
.AnyTagClassName
{
color: #002BEC;
}
</style>
background-color css
<style>
a { background-color: #002BEC; }
a { background-color: rgb(0,43,236); }
div.DivClassName
{
background-color: #002BEC;
}
.BgClassName
{
background-color: #002BEC;
}
</style>
border-color css
<style>
span { border-color: #002BEC; }
span { border-color: rgb(0,43,236); }
td.TdClassName
{
border-color: #002BEC;
}
.TagClassName
{
border-color: #002BEC;
}
</style>