Shades of Blue #002BFF
Tints of Blue #002BFF
RGB
CMYK
RGB Variations
Color information
#002BFF (or 0x002BFF) is known color: Blue. HEX triplet: 00, 2B and FF. RGB value is (0,43,255). Sum of RGB (Red+Green+Blue) = 0+43+255=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #002BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BFF is #FFD400. Grayscale: #353535. Windows color (decimal): -16765953 or 16722688. OLE color: 16722688.
HSL color Cylindrical-coordinate representation of color #002BFF: hue angle of 229.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BFF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 43 | 255 | - |
| CMYK | 1 | 0.83 | 0 | 0 |
| HSL | 229.88º | 1% | 0.5% | - |
| HSV(B) | 229.88º | 1% | 1% | - |
| XYZ | 18.91 | 8.95 | 95.34 | - |
| YUV | 54.31 | 241.25 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 255 | 1 | 0.83 | 0 | 0 | 229.88 | 1 | 0.5 |
| Hex | 0 | 2B | FF | 64 | 53 | 0 | 0 | E6 | 64 | 32 |
| Octal | 0 | 53 | 377 | 144 | 123 | 0 | 0 | 346 | 144 | 62 |
| Binary | 0 | 101011 | 11111111 | 1100100 | 1010011 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #002BFF
Complementary color
Monochromatic Colors of #002BFF
Black with #002BFF
Text Example
Text Example
White with #002BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BFF; }
p { color: rgb(0,43,255); }
H1.HeaderClassName
{
color: #002BFF;
}
.AnyTagClassName
{
color: #002BFF;
}
</style>
background-color css
<style>
a { background-color: #002BFF; }
a { background-color: rgb(0,43,255); }
div.DivClassName
{
background-color: #002BFF;
}
.BgClassName
{
background-color: #002BFF;
}
</style>
border-color css
<style>
span { border-color: #002BFF; }
span { border-color: rgb(0,43,255); }
td.TdClassName
{
border-color: #002BFF;
}
.TagClassName
{
border-color: #002BFF;
}
</style>