Shades of Blue #012DFB
Tints of Blue #012DFB
RGB
CMYK
RGB Variations
Color information
#012DFB (or 0x012DFB) is known color: Blue. HEX triplet: 01, 2D and FB. RGB value is (1,45,251). Sum of RGB (Red+Green+Blue) = 1+45+251=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #012DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DFB is #FED204. Grayscale: #363636. Windows color (decimal): -16699909 or 16461057. OLE color: 16461057.
HSL color Cylindrical-coordinate representation of color #012DFB: hue angle of 229.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DFB is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 45 | 251 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.02 |
| HSL | 229.44º | 0.99% | 0.49% | - |
| HSV(B) | 229.44º | 1% | 0.98% | - |
| XYZ | 18.36 | 8.85 | 92.01 | - |
| YUV | 55.33 | 238.42 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 251 | 1.00 | 0.82 | 0 | 0.02 | 229.44 | 0.99 | 0.49 |
| Hex | 1 | 2D | FB | 64 | 52 | 0 | 2 | E5 | 63 | 31 |
| Octal | 1 | 55 | 373 | 144 | 122 | 0 | 2 | 345 | 143 | 61 |
| Binary | 1 | 101101 | 11111011 | 1100100 | 1010010 | 0 | 10 | 11100101 | 1100011 | 110001 |
Color Harmonies of #012DFB
Complementary color
Monochromatic Colors of #012DFB
Black with #012DFB
Text Example
Text Example
White with #012DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DFB; }
p { color: rgb(1,45,251); }
H1.HeaderClassName
{
color: #012DFB;
}
.AnyTagClassName
{
color: #012DFB;
}
</style>
background-color css
<style>
a { background-color: #012DFB; }
a { background-color: rgb(1,45,251); }
div.DivClassName
{
background-color: #012DFB;
}
.BgClassName
{
background-color: #012DFB;
}
</style>
border-color css
<style>
span { border-color: #012DFB; }
span { border-color: rgb(1,45,251); }
td.TdClassName
{
border-color: #012DFB;
}
.TagClassName
{
border-color: #012DFB;
}
</style>