Shades of Blue #012BFD
Tints of Blue #012BFD
RGB
CMYK
RGB Variations
Color information
#012BFD (or 0x012BFD) is known color: Blue. HEX triplet: 01, 2B and FD. RGB value is (1,43,253). Sum of RGB (Red+Green+Blue) = 1+43+253=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 253 (99.22% from 255 or 85.19% from 297); Max value from RGB is 253 - color contains mainly: blue. Hex color #012BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BFD is #FED402. Grayscale: #353535. Windows color (decimal): -16700419 or 16591617. OLE color: 16591617.
HSL color Cylindrical-coordinate representation of color #012BFD: hue angle of 230º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BFD is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 43 | 253 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.01 |
| HSL | 230º | 0.99% | 0.5% | - |
| HSV(B) | 230º | 1% | 0.99% | - |
| XYZ | 18.61 | 8.83 | 93.65 | - |
| YUV | 54.38 | 240.09 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 253 | 1.00 | 0.83 | 0 | 0.01 | 230 | 0.99 | 0.5 |
| Hex | 1 | 2B | FD | 64 | 53 | 0 | 1 | E6 | 63 | 32 |
| Octal | 1 | 53 | 375 | 144 | 123 | 0 | 1 | 346 | 143 | 62 |
| Binary | 1 | 101011 | 11111101 | 1100100 | 1010011 | 0 | 1 | 11100110 | 1100011 | 110010 |
Color Harmonies of #012BFD
Complementary color
Monochromatic Colors of #012BFD
Black with #012BFD
Text Example
Text Example
White with #012BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BFD; }
p { color: rgb(1,43,253); }
H1.HeaderClassName
{
color: #012BFD;
}
.AnyTagClassName
{
color: #012BFD;
}
</style>
background-color css
<style>
a { background-color: #012BFD; }
a { background-color: rgb(1,43,253); }
div.DivClassName
{
background-color: #012BFD;
}
.BgClassName
{
background-color: #012BFD;
}
</style>
border-color css
<style>
span { border-color: #012BFD; }
span { border-color: rgb(1,43,253); }
td.TdClassName
{
border-color: #012BFD;
}
.TagClassName
{
border-color: #012BFD;
}
</style>