Shades of Blue #002FEB
Tints of Blue #002FEB
RGB
CMYK
RGB Variations
Color information
#002FEB (or 0x002FEB) is known color: Blue. HEX triplet: 00, 2F and EB. RGB value is (0,47,235). Sum of RGB (Red+Green+Blue) = 0+47+235=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 235 (92.19% from 255 or 83.33% from 282); Max value from RGB is 235 - color contains mainly: blue. Hex color #002FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FEB is #FFD014. Grayscale: #353535. Windows color (decimal): -16764949 or 15412992. OLE color: 15412992.
HSL color Cylindrical-coordinate representation of color #002FEB: hue angle of 228º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FEB is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 47 | 235 | - |
| CMYK | 1 | 0.8 | 0 | 0.08 |
| HSL | 228º | 1% | 0.46% | - |
| HSV(B) | 228º | 1% | 0.92% | - |
| XYZ | 16.01 | 8.03 | 79.3 | - |
| YUV | 54.38 | 229.93 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 235 | 1 | 0.8 | 0 | 0.08 | 228 | 1 | 0.46 |
| Hex | 0 | 2F | EB | 64 | 50 | 0 | 8 | E4 | 64 | 2E |
| Octal | 0 | 57 | 353 | 144 | 120 | 0 | 10 | 344 | 144 | 56 |
| Binary | 0 | 101111 | 11101011 | 1100100 | 1010000 | 0 | 1000 | 11100100 | 1100100 | 101110 |
Color Harmonies of #002FEB
Complementary color
Monochromatic Colors of #002FEB
Black with #002FEB
Text Example
Text Example
White with #002FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FEB; }
p { color: rgb(0,47,235); }
H1.HeaderClassName
{
color: #002FEB;
}
.AnyTagClassName
{
color: #002FEB;
}
</style>
background-color css
<style>
a { background-color: #002FEB; }
a { background-color: rgb(0,47,235); }
div.DivClassName
{
background-color: #002FEB;
}
.BgClassName
{
background-color: #002FEB;
}
</style>
border-color css
<style>
span { border-color: #002FEB; }
span { border-color: rgb(0,47,235); }
td.TdClassName
{
border-color: #002FEB;
}
.TagClassName
{
border-color: #002FEB;
}
</style>