Shades of Blue #012EEB
Tints of Blue #012EEB
RGB
CMYK
RGB Variations
Color information
#012EEB (or 0x012EEB) is known color: Blue. HEX triplet: 01, 2E and EB. RGB value is (1,46,235). Sum of RGB (Red+Green+Blue) = 1+46+235=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 46 (18.36% from 255 or 16.31% 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 #012EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EEB is #FED114. Grayscale: #353535. Windows color (decimal): -16699669 or 15412737. OLE color: 15412737.
HSL color Cylindrical-coordinate representation of color #012EEB: hue angle of 228.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EEB is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 46 | 235 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.08 |
| HSL | 228.46º | 0.99% | 0.46% | - |
| HSV(B) | 228.46º | 1% | 0.92% | - |
| XYZ | 15.98 | 7.96 | 79.29 | - |
| YUV | 54.09 | 230.09 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 235 | 1.00 | 0.80 | 0 | 0.08 | 228.46 | 0.99 | 0.46 |
| Hex | 1 | 2E | EB | 64 | 50 | 0 | 8 | E4 | 63 | 2E |
| Octal | 1 | 56 | 353 | 144 | 120 | 0 | 10 | 344 | 143 | 56 |
| Binary | 1 | 101110 | 11101011 | 1100100 | 1010000 | 0 | 1000 | 11100100 | 1100011 | 101110 |
Color Harmonies of #012EEB
Complementary color
Monochromatic Colors of #012EEB
Black with #012EEB
Text Example
Text Example
White with #012EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EEB; }
p { color: rgb(1,46,235); }
H1.HeaderClassName
{
color: #012EEB;
}
.AnyTagClassName
{
color: #012EEB;
}
</style>
background-color css
<style>
a { background-color: #012EEB; }
a { background-color: rgb(1,46,235); }
div.DivClassName
{
background-color: #012EEB;
}
.BgClassName
{
background-color: #012EEB;
}
</style>
border-color css
<style>
span { border-color: #012EEB; }
span { border-color: rgb(1,46,235); }
td.TdClassName
{
border-color: #012EEB;
}
.TagClassName
{
border-color: #012EEB;
}
</style>