Shades of Blue #012FED
Tints of Blue #012FED
RGB
CMYK
RGB Variations
Color information
#012FED (or 0x012FED) is known color: Blue. HEX triplet: 01, 2F and ED. RGB value is (1,47,237). Sum of RGB (Red+Green+Blue) = 1+47+237=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 237 (92.97% from 255 or 83.16% from 285); Max value from RGB is 237 - color contains mainly: blue. Hex color #012FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FED is #FED012. Grayscale: #363636. Windows color (decimal): -16699411 or 15544065. OLE color: 15544065.
HSL color Cylindrical-coordinate representation of color #012FED: hue angle of 228.31º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FED is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 47 | 237 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.07 |
| HSL | 228.31º | 0.99% | 0.47% | - |
| HSV(B) | 228.31º | 1% | 0.93% | - |
| XYZ | 16.32 | 8.15 | 80.83 | - |
| YUV | 54.91 | 230.76 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 237 | 1.00 | 0.80 | 0 | 0.07 | 228.31 | 0.99 | 0.47 |
| Hex | 1 | 2F | ED | 64 | 50 | 0 | 7 | E4 | 63 | 2F |
| Octal | 1 | 57 | 355 | 144 | 120 | 0 | 7 | 344 | 143 | 57 |
| Binary | 1 | 101111 | 11101101 | 1100100 | 1010000 | 0 | 111 | 11100100 | 1100011 | 101111 |
Color Harmonies of #012FED
Complementary color
Monochromatic Colors of #012FED
Black with #012FED
Text Example
Text Example
White with #012FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FED; }
p { color: rgb(1,47,237); }
H1.HeaderClassName
{
color: #012FED;
}
.AnyTagClassName
{
color: #012FED;
}
</style>
background-color css
<style>
a { background-color: #012FED; }
a { background-color: rgb(1,47,237); }
div.DivClassName
{
background-color: #012FED;
}
.BgClassName
{
background-color: #012FED;
}
</style>
border-color css
<style>
span { border-color: #012FED; }
span { border-color: rgb(1,47,237); }
td.TdClassName
{
border-color: #012FED;
}
.TagClassName
{
border-color: #012FED;
}
</style>