Shades of Blue #012BF8
Tints of Blue #012BF8
RGB
CMYK
RGB Variations
Color information
#012BF8 (or 0x012BF8) is known color: Blue. HEX triplet: 01, 2B and F8. RGB value is (1,43,248). Sum of RGB (Red+Green+Blue) = 1+43+248=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 248 (97.27% from 255 or 84.93% from 292); Max value from RGB is 248 - color contains mainly: blue. Hex color #012BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BF8 is #FED407. Grayscale: #343434. Windows color (decimal): -16700424 or 16263937. OLE color: 16263937.
HSL color Cylindrical-coordinate representation of color #012BF8: hue angle of 229.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BF8 is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 43 | 248 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.03 |
| HSL | 229.8º | 0.99% | 0.49% | - |
| HSV(B) | 229.8º | 1% | 0.97% | - |
| XYZ | 17.82 | 8.51 | 89.51 | - |
| YUV | 53.81 | 237.59 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 248 | 1.00 | 0.83 | 0 | 0.03 | 229.8 | 0.99 | 0.49 |
| Hex | 1 | 2B | F8 | 64 | 53 | 0 | 3 | E6 | 63 | 31 |
| Octal | 1 | 53 | 370 | 144 | 123 | 0 | 3 | 346 | 143 | 61 |
| Binary | 1 | 101011 | 11111000 | 1100100 | 1010011 | 0 | 11 | 11100110 | 1100011 | 110001 |
Color Harmonies of #012BF8
Complementary color
Monochromatic Colors of #012BF8
Black with #012BF8
Text Example
Text Example
White with #012BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BF8; }
p { color: rgb(1,43,248); }
H1.HeaderClassName
{
color: #012BF8;
}
.AnyTagClassName
{
color: #012BF8;
}
</style>
background-color css
<style>
a { background-color: #012BF8; }
a { background-color: rgb(1,43,248); }
div.DivClassName
{
background-color: #012BF8;
}
.BgClassName
{
background-color: #012BF8;
}
</style>
border-color css
<style>
span { border-color: #012BF8; }
span { border-color: rgb(1,43,248); }
td.TdClassName
{
border-color: #012BF8;
}
.TagClassName
{
border-color: #012BF8;
}
</style>