Shades of Blue #002BFE
Tints of Blue #002BFE
RGB
CMYK
RGB Variations
Color information
#002BFE (or 0x002BFE) is known color: Blue. HEX triplet: 00, 2B and FE. RGB value is (0,43,254). Sum of RGB (Red+Green+Blue) = 0+43+254=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 254 (99.61% from 255 or 85.52% from 297); Max value from RGB is 254 - color contains mainly: blue. Hex color #002BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BFE is #FFD401. Grayscale: #353535. Windows color (decimal): -16765954 or 16657152. OLE color: 16657152.
HSL color Cylindrical-coordinate representation of color #002BFE: hue angle of 229.84º 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 #002BFE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 43 | 254 | - |
| CMYK | 1 | 0.83 | 0 | 0.00 |
| HSL | 229.84º | 1% | 0.5% | - |
| HSV(B) | 229.84º | 1% | 1% | - |
| XYZ | 18.75 | 8.88 | 94.49 | - |
| YUV | 54.2 | 240.75 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 254 | 1 | 0.83 | 0 | 0.00 | 229.84 | 1 | 0.5 |
| Hex | 0 | 2B | FE | 64 | 53 | 0 | 0 | E6 | 64 | 32 |
| Octal | 0 | 53 | 376 | 144 | 123 | 0 | 0 | 346 | 144 | 62 |
| Binary | 0 | 101011 | 11111110 | 1100100 | 1010011 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #002BFE
Complementary color
Monochromatic Colors of #002BFE
Black with #002BFE
Text Example
Text Example
White with #002BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BFE; }
p { color: rgb(0,43,254); }
H1.HeaderClassName
{
color: #002BFE;
}
.AnyTagClassName
{
color: #002BFE;
}
</style>
background-color css
<style>
a { background-color: #002BFE; }
a { background-color: rgb(0,43,254); }
div.DivClassName
{
background-color: #002BFE;
}
.BgClassName
{
background-color: #002BFE;
}
</style>
border-color css
<style>
span { border-color: #002BFE; }
span { border-color: rgb(0,43,254); }
td.TdClassName
{
border-color: #002BFE;
}
.TagClassName
{
border-color: #002BFE;
}
</style>