Shades of Blue #012EEF
Tints of Blue #012EEF
RGB
CMYK
RGB Variations
Color information
#012EEF (or 0x012EEF) is known color: Blue. HEX triplet: 01, 2E and EF. RGB value is (1,46,239). Sum of RGB (Red+Green+Blue) = 1+46+239=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #012EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EEF is #FED110. Grayscale: #353535. Windows color (decimal): -16699665 or 15674881. OLE color: 15674881.
HSL color Cylindrical-coordinate representation of color #012EEF: hue angle of 228.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EEF is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 46 | 239 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.06 |
| HSL | 228.66º | 0.99% | 0.47% | - |
| HSV(B) | 228.66º | 1% | 0.94% | - |
| XYZ | 16.57 | 8.19 | 82.37 | - |
| YUV | 54.55 | 232.09 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 239 | 1.00 | 0.81 | 0 | 0.06 | 228.66 | 0.99 | 0.47 |
| Hex | 1 | 2E | EF | 64 | 51 | 0 | 6 | E5 | 63 | 2F |
| Octal | 1 | 56 | 357 | 144 | 121 | 0 | 6 | 345 | 143 | 57 |
| Binary | 1 | 101110 | 11101111 | 1100100 | 1010001 | 0 | 110 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012EEF
Complementary color
Monochromatic Colors of #012EEF
Black with #012EEF
Text Example
Text Example
White with #012EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EEF; }
p { color: rgb(1,46,239); }
H1.HeaderClassName
{
color: #012EEF;
}
.AnyTagClassName
{
color: #012EEF;
}
</style>
background-color css
<style>
a { background-color: #012EEF; }
a { background-color: rgb(1,46,239); }
div.DivClassName
{
background-color: #012EEF;
}
.BgClassName
{
background-color: #012EEF;
}
</style>
border-color css
<style>
span { border-color: #012EEF; }
span { border-color: rgb(1,46,239); }
td.TdClassName
{
border-color: #012EEF;
}
.TagClassName
{
border-color: #012EEF;
}
</style>