Shades of Blue #012AFD
Tints of Blue #012AFD
RGB
CMYK
RGB Variations
Color information
#012AFD (or 0x012AFD) is known color: Blue. HEX triplet: 01, 2A and FD. RGB value is (1,42,253). Sum of RGB (Red+Green+Blue) = 1+42+253=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 253 (99.22% from 255 or 85.47% from 296); Max value from RGB is 253 - color contains mainly: blue. Hex color #012AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AFD is #FED502. Grayscale: #343434. Windows color (decimal): -16700675 or 16591361. OLE color: 16591361.
HSL color Cylindrical-coordinate representation of color #012AFD: hue angle of 230.24º 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 #012AFD is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 42 | 253 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.01 |
| HSL | 230.24º | 0.99% | 0.5% | - |
| HSV(B) | 230.24º | 1% | 0.99% | - |
| XYZ | 18.57 | 8.75 | 93.64 | - |
| YUV | 53.8 | 240.42 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 253 | 1.00 | 0.83 | 0 | 0.01 | 230.24 | 0.99 | 0.5 |
| Hex | 1 | 2A | FD | 64 | 53 | 0 | 1 | E6 | 63 | 32 |
| Octal | 1 | 52 | 375 | 144 | 123 | 0 | 1 | 346 | 143 | 62 |
| Binary | 1 | 101010 | 11111101 | 1100100 | 1010011 | 0 | 1 | 11100110 | 1100011 | 110010 |
Color Harmonies of #012AFD
Complementary color
Monochromatic Colors of #012AFD
Black with #012AFD
Text Example
Text Example
White with #012AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AFD; }
p { color: rgb(1,42,253); }
H1.HeaderClassName
{
color: #012AFD;
}
.AnyTagClassName
{
color: #012AFD;
}
</style>
background-color css
<style>
a { background-color: #012AFD; }
a { background-color: rgb(1,42,253); }
div.DivClassName
{
background-color: #012AFD;
}
.BgClassName
{
background-color: #012AFD;
}
</style>
border-color css
<style>
span { border-color: #012AFD; }
span { border-color: rgb(1,42,253); }
td.TdClassName
{
border-color: #012AFD;
}
.TagClassName
{
border-color: #012AFD;
}
</style>