Shades of Blue #012BF3
Tints of Blue #012BF3
RGB
CMYK
RGB Variations
Color information
#012BF3 (or 0x012BF3) is known color: Blue. HEX triplet: 01, 2B and F3. RGB value is (1,43,243). Sum of RGB (Red+Green+Blue) = 1+43+243=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 243 (95.31% from 255 or 84.67% from 287); Max value from RGB is 243 - color contains mainly: blue. Hex color #012BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BF3 is #FED40C. Grayscale: #343434. Windows color (decimal): -16700429 or 15936257. OLE color: 15936257.
HSL color Cylindrical-coordinate representation of color #012BF3: hue angle of 229.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BF3 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 43 | 243 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.05 |
| HSL | 229.59º | 0.99% | 0.48% | - |
| HSV(B) | 229.59º | 1% | 0.95% | - |
| XYZ | 17.05 | 8.21 | 85.48 | - |
| YUV | 53.24 | 235.09 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 243 | 1.00 | 0.82 | 0 | 0.05 | 229.59 | 0.99 | 0.48 |
| Hex | 1 | 2B | F3 | 64 | 52 | 0 | 5 | E6 | 63 | 30 |
| Octal | 1 | 53 | 363 | 144 | 122 | 0 | 5 | 346 | 143 | 60 |
| Binary | 1 | 101011 | 11110011 | 1100100 | 1010010 | 0 | 101 | 11100110 | 1100011 | 110000 |
Color Harmonies of #012BF3
Complementary color
Monochromatic Colors of #012BF3
Black with #012BF3
Text Example
Text Example
White with #012BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BF3; }
p { color: rgb(1,43,243); }
H1.HeaderClassName
{
color: #012BF3;
}
.AnyTagClassName
{
color: #012BF3;
}
</style>
background-color css
<style>
a { background-color: #012BF3; }
a { background-color: rgb(1,43,243); }
div.DivClassName
{
background-color: #012BF3;
}
.BgClassName
{
background-color: #012BF3;
}
</style>
border-color css
<style>
span { border-color: #012BF3; }
span { border-color: rgb(1,43,243); }
td.TdClassName
{
border-color: #012BF3;
}
.TagClassName
{
border-color: #012BF3;
}
</style>