Shades of Blue #002BEB
Tints of Blue #002BEB
RGB
CMYK
RGB Variations
Color information
#002BEB (or 0x002BEB) is known color: Blue. HEX triplet: 00, 2B and EB. RGB value is (0,43,235). Sum of RGB (Red+Green+Blue) = 0+43+235=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 235 (92.19% from 255 or 84.53% from 278); Max value from RGB is 235 - color contains mainly: blue. Hex color #002BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BEB is #FFD414. Grayscale: #333333. Windows color (decimal): -16765973 or 15411968. OLE color: 15411968.
HSL color Cylindrical-coordinate representation of color #002BEB: hue angle of 229.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BEB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 43 | 235 | - |
| CMYK | 1 | 0.82 | 0 | 0.08 |
| HSL | 229.02º | 1% | 0.46% | - |
| HSV(B) | 229.02º | 1% | 0.92% | - |
| XYZ | 15.86 | 7.73 | 79.25 | - |
| YUV | 52.03 | 231.25 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 235 | 1 | 0.82 | 0 | 0.08 | 229.02 | 1 | 0.46 |
| Hex | 0 | 2B | EB | 64 | 52 | 0 | 8 | E5 | 64 | 2E |
| Octal | 0 | 53 | 353 | 144 | 122 | 0 | 10 | 345 | 144 | 56 |
| Binary | 0 | 101011 | 11101011 | 1100100 | 1010010 | 0 | 1000 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002BEB
Complementary color
Monochromatic Colors of #002BEB
Black with #002BEB
Text Example
Text Example
White with #002BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BEB; }
p { color: rgb(0,43,235); }
H1.HeaderClassName
{
color: #002BEB;
}
.AnyTagClassName
{
color: #002BEB;
}
</style>
background-color css
<style>
a { background-color: #002BEB; }
a { background-color: rgb(0,43,235); }
div.DivClassName
{
background-color: #002BEB;
}
.BgClassName
{
background-color: #002BEB;
}
</style>
border-color css
<style>
span { border-color: #002BEB; }
span { border-color: rgb(0,43,235); }
td.TdClassName
{
border-color: #002BEB;
}
.TagClassName
{
border-color: #002BEB;
}
</style>