Shades of Blue #002BED
Tints of Blue #002BED
RGB
CMYK
RGB Variations
Color information
#002BED (or 0x002BED) is known color: Blue. HEX triplet: 00, 2B and ED. RGB value is (0,43,237). Sum of RGB (Red+Green+Blue) = 0+43+237=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #002BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BED is #FFD412. Grayscale: #333333. Windows color (decimal): -16765971 or 15543040. OLE color: 15543040.
HSL color Cylindrical-coordinate representation of color #002BED: hue angle of 229.11º 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 #002BED is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 43 | 237 | - |
| CMYK | 1 | 0.82 | 0 | 0.07 |
| HSL | 229.11º | 1% | 0.46% | - |
| HSV(B) | 229.11º | 1% | 0.93% | - |
| XYZ | 16.15 | 7.84 | 80.78 | - |
| YUV | 52.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 237 | 1 | 0.82 | 0 | 0.07 | 229.11 | 1 | 0.46 |
| Hex | 0 | 2B | ED | 64 | 52 | 0 | 7 | E5 | 64 | 2E |
| Octal | 0 | 53 | 355 | 144 | 122 | 0 | 7 | 345 | 144 | 56 |
| Binary | 0 | 101011 | 11101101 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002BED
Complementary color
Monochromatic Colors of #002BED
Black with #002BED
Text Example
Text Example
White with #002BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BED; }
p { color: rgb(0,43,237); }
H1.HeaderClassName
{
color: #002BED;
}
.AnyTagClassName
{
color: #002BED;
}
</style>
background-color css
<style>
a { background-color: #002BED; }
a { background-color: rgb(0,43,237); }
div.DivClassName
{
background-color: #002BED;
}
.BgClassName
{
background-color: #002BED;
}
</style>
border-color css
<style>
span { border-color: #002BED; }
span { border-color: rgb(0,43,237); }
td.TdClassName
{
border-color: #002BED;
}
.TagClassName
{
border-color: #002BED;
}
</style>