Shades of Blue #002BEE
Tints of Blue #002BEE
RGB
CMYK
RGB Variations
Color information
#002BEE (or 0x002BEE) is known color: Blue. HEX triplet: 00, 2B and EE. RGB value is (0,43,238). Sum of RGB (Red+Green+Blue) = 0+43+238=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #002BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BEE is #FFD411. Grayscale: #333333. Windows color (decimal): -16765970 or 15608576. OLE color: 15608576.
HSL color Cylindrical-coordinate representation of color #002BEE: hue angle of 229.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BEE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 43 | 238 | - |
| CMYK | 1 | 0.82 | 0 | 0.07 |
| HSL | 229.16º | 1% | 0.47% | - |
| HSV(B) | 229.16º | 1% | 0.93% | - |
| XYZ | 16.3 | 7.9 | 81.56 | - |
| YUV | 52.37 | 232.75 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 238 | 1 | 0.82 | 0 | 0.07 | 229.16 | 1 | 0.47 |
| Hex | 0 | 2B | EE | 64 | 52 | 0 | 7 | E5 | 64 | 2F |
| Octal | 0 | 53 | 356 | 144 | 122 | 0 | 7 | 345 | 144 | 57 |
| Binary | 0 | 101011 | 11101110 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100100 | 101111 |
Color Harmonies of #002BEE
Complementary color
Monochromatic Colors of #002BEE
Black with #002BEE
Text Example
Text Example
White with #002BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BEE; }
p { color: rgb(0,43,238); }
H1.HeaderClassName
{
color: #002BEE;
}
.AnyTagClassName
{
color: #002BEE;
}
</style>
background-color css
<style>
a { background-color: #002BEE; }
a { background-color: rgb(0,43,238); }
div.DivClassName
{
background-color: #002BEE;
}
.BgClassName
{
background-color: #002BEE;
}
</style>
border-color css
<style>
span { border-color: #002BEE; }
span { border-color: rgb(0,43,238); }
td.TdClassName
{
border-color: #002BEE;
}
.TagClassName
{
border-color: #002BEE;
}
</style>