Shades of Blue #002EFB
Tints of Blue #002EFB
RGB
CMYK
RGB Variations
Color information
#002EFB (or 0x002EFB) is known color: Blue. HEX triplet: 00, 2E and FB. RGB value is (0,46,251). Sum of RGB (Red+Green+Blue) = 0+46+251=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #002EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFB is #FFD104. Grayscale: #363636. Windows color (decimal): -16765189 or 16461312. OLE color: 16461312.
HSL color Cylindrical-coordinate representation of color #002EFB: hue angle of 229º 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 #002EFB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 46 | 251 | - |
| CMYK | 1 | 0.82 | 0 | 0.02 |
| HSL | 229º | 1% | 0.49% | - |
| HSV(B) | 229º | 1% | 0.98% | - |
| XYZ | 18.39 | 8.92 | 92.02 | - |
| YUV | 55.62 | 238.26 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 251 | 1 | 0.82 | 0 | 0.02 | 229 | 1 | 0.49 |
| Hex | 0 | 2E | FB | 64 | 52 | 0 | 2 | E5 | 64 | 31 |
| Octal | 0 | 56 | 373 | 144 | 122 | 0 | 2 | 345 | 144 | 61 |
| Binary | 0 | 101110 | 11111011 | 1100100 | 1010010 | 0 | 10 | 11100101 | 1100100 | 110001 |
Color Harmonies of #002EFB
Complementary color
Monochromatic Colors of #002EFB
Black with #002EFB
Text Example
Text Example
White with #002EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EFB; }
p { color: rgb(0,46,251); }
H1.HeaderClassName
{
color: #002EFB;
}
.AnyTagClassName
{
color: #002EFB;
}
</style>
background-color css
<style>
a { background-color: #002EFB; }
a { background-color: rgb(0,46,251); }
div.DivClassName
{
background-color: #002EFB;
}
.BgClassName
{
background-color: #002EFB;
}
</style>
border-color css
<style>
span { border-color: #002EFB; }
span { border-color: rgb(0,46,251); }
td.TdClassName
{
border-color: #002EFB;
}
.TagClassName
{
border-color: #002EFB;
}
</style>