Shades of Blue #012EFD
Tints of Blue #012EFD
RGB
CMYK
RGB Variations
Color information
#012EFD (or 0x012EFD) is known color: Blue. HEX triplet: 01, 2E and FD. RGB value is (1,46,253). Sum of RGB (Red+Green+Blue) = 1+46+253=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #012EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EFD is #FED102. Grayscale: #373737. Windows color (decimal): -16699651 or 16592385. OLE color: 16592385.
HSL color Cylindrical-coordinate representation of color #012EFD: hue angle of 229.29º 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 #012EFD is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 46 | 253 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.01 |
| HSL | 229.29º | 0.99% | 0.5% | - |
| HSV(B) | 229.29º | 1% | 0.99% | - |
| XYZ | 18.72 | 9.05 | 93.69 | - |
| YUV | 56.14 | 239.09 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 253 | 1.00 | 0.82 | 0 | 0.01 | 229.29 | 0.99 | 0.5 |
| Hex | 1 | 2E | FD | 64 | 52 | 0 | 1 | E5 | 63 | 32 |
| Octal | 1 | 56 | 375 | 144 | 122 | 0 | 1 | 345 | 143 | 62 |
| Binary | 1 | 101110 | 11111101 | 1100100 | 1010010 | 0 | 1 | 11100101 | 1100011 | 110010 |
Color Harmonies of #012EFD
Complementary color
Monochromatic Colors of #012EFD
Black with #012EFD
Text Example
Text Example
White with #012EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EFD; }
p { color: rgb(1,46,253); }
H1.HeaderClassName
{
color: #012EFD;
}
.AnyTagClassName
{
color: #012EFD;
}
</style>
background-color css
<style>
a { background-color: #012EFD; }
a { background-color: rgb(1,46,253); }
div.DivClassName
{
background-color: #012EFD;
}
.BgClassName
{
background-color: #012EFD;
}
</style>
border-color css
<style>
span { border-color: #012EFD; }
span { border-color: rgb(1,46,253); }
td.TdClassName
{
border-color: #012EFD;
}
.TagClassName
{
border-color: #012EFD;
}
</style>