Shades of Blue #012DF1
Tints of Blue #012DF1
RGB
CMYK
RGB Variations
Color information
#012DF1 (or 0x012DF1) is known color: Blue. HEX triplet: 01, 2D and F1. RGB value is (1,45,241). Sum of RGB (Red+Green+Blue) = 1+45+241=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 241 (94.53% from 255 or 83.97% from 287); Max value from RGB is 241 - color contains mainly: blue. Hex color #012DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DF1 is #FED20E. Grayscale: #353535. Windows color (decimal): -16699919 or 15805697. OLE color: 15805697.
HSL color Cylindrical-coordinate representation of color #012DF1: hue angle of 229º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DF1 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 45 | 241 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.05 |
| HSL | 229º | 0.99% | 0.47% | - |
| HSV(B) | 229º | 1% | 0.95% | - |
| XYZ | 16.83 | 8.23 | 83.92 | - |
| YUV | 54.19 | 233.42 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 241 | 1.00 | 0.81 | 0 | 0.05 | 229 | 0.99 | 0.47 |
| Hex | 1 | 2D | F1 | 64 | 51 | 0 | 5 | E5 | 63 | 2F |
| Octal | 1 | 55 | 361 | 144 | 121 | 0 | 5 | 345 | 143 | 57 |
| Binary | 1 | 101101 | 11110001 | 1100100 | 1010001 | 0 | 101 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012DF1
Complementary color
Monochromatic Colors of #012DF1
Black with #012DF1
Text Example
Text Example
White with #012DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DF1; }
p { color: rgb(1,45,241); }
H1.HeaderClassName
{
color: #012DF1;
}
.AnyTagClassName
{
color: #012DF1;
}
</style>
background-color css
<style>
a { background-color: #012DF1; }
a { background-color: rgb(1,45,241); }
div.DivClassName
{
background-color: #012DF1;
}
.BgClassName
{
background-color: #012DF1;
}
</style>
border-color css
<style>
span { border-color: #012DF1; }
span { border-color: rgb(1,45,241); }
td.TdClassName
{
border-color: #012DF1;
}
.TagClassName
{
border-color: #012DF1;
}
</style>