Shades of Blue #002BFB
Tints of Blue #002BFB
RGB
CMYK
RGB Variations
Color information
#002BFB (or 0x002BFB) is known color: Blue. HEX triplet: 00, 2B and FB. RGB value is (0,43,251). Sum of RGB (Red+Green+Blue) = 0+43+251=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #002BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BFB is #FFD404. Grayscale: #343434. Windows color (decimal): -16765957 or 16460544. OLE color: 16460544.
HSL color Cylindrical-coordinate representation of color #002BFB: hue angle of 229.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BFB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 43 | 251 | - |
| CMYK | 1 | 0.83 | 0 | 0.02 |
| HSL | 229.72º | 1% | 0.49% | - |
| HSV(B) | 229.72º | 1% | 0.98% | - |
| XYZ | 18.28 | 8.69 | 91.98 | - |
| YUV | 53.86 | 239.25 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 251 | 1 | 0.83 | 0 | 0.02 | 229.72 | 1 | 0.49 |
| Hex | 0 | 2B | FB | 64 | 53 | 0 | 2 | E6 | 64 | 31 |
| Octal | 0 | 53 | 373 | 144 | 123 | 0 | 2 | 346 | 144 | 61 |
| Binary | 0 | 101011 | 11111011 | 1100100 | 1010011 | 0 | 10 | 11100110 | 1100100 | 110001 |
Color Harmonies of #002BFB
Complementary color
Monochromatic Colors of #002BFB
Black with #002BFB
Text Example
Text Example
White with #002BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BFB; }
p { color: rgb(0,43,251); }
H1.HeaderClassName
{
color: #002BFB;
}
.AnyTagClassName
{
color: #002BFB;
}
</style>
background-color css
<style>
a { background-color: #002BFB; }
a { background-color: rgb(0,43,251); }
div.DivClassName
{
background-color: #002BFB;
}
.BgClassName
{
background-color: #002BFB;
}
</style>
border-color css
<style>
span { border-color: #002BFB; }
span { border-color: rgb(0,43,251); }
td.TdClassName
{
border-color: #002BFB;
}
.TagClassName
{
border-color: #002BFB;
}
</style>