Shades of Blue #012DF9
Tints of Blue #012DF9
RGB
CMYK
RGB Variations
Color information
#012DF9 (or 0x012DF9) is known color: Blue. HEX triplet: 01, 2D and F9. RGB value is (1,45,249). Sum of RGB (Red+Green+Blue) = 1+45+249=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #012DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DF9 is #FED206. Grayscale: #363636. Windows color (decimal): -16699911 or 16329985. OLE color: 16329985.
HSL color Cylindrical-coordinate representation of color #012DF9: hue angle of 229.35º 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 #012DF9 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 45 | 249 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.02 |
| HSL | 229.35º | 0.99% | 0.49% | - |
| HSV(B) | 229.35º | 1% | 0.98% | - |
| XYZ | 18.05 | 8.72 | 90.35 | - |
| YUV | 55.1 | 237.42 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 249 | 1.00 | 0.82 | 0 | 0.02 | 229.35 | 0.99 | 0.49 |
| Hex | 1 | 2D | F9 | 64 | 52 | 0 | 2 | E5 | 63 | 31 |
| Octal | 1 | 55 | 371 | 144 | 122 | 0 | 2 | 345 | 143 | 61 |
| Binary | 1 | 101101 | 11111001 | 1100100 | 1010010 | 0 | 10 | 11100101 | 1100011 | 110001 |
Color Harmonies of #012DF9
Complementary color
Monochromatic Colors of #012DF9
Black with #012DF9
Text Example
Text Example
White with #012DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DF9; }
p { color: rgb(1,45,249); }
H1.HeaderClassName
{
color: #012DF9;
}
.AnyTagClassName
{
color: #012DF9;
}
</style>
background-color css
<style>
a { background-color: #012DF9; }
a { background-color: rgb(1,45,249); }
div.DivClassName
{
background-color: #012DF9;
}
.BgClassName
{
background-color: #012DF9;
}
</style>
border-color css
<style>
span { border-color: #012DF9; }
span { border-color: rgb(1,45,249); }
td.TdClassName
{
border-color: #012DF9;
}
.TagClassName
{
border-color: #012DF9;
}
</style>