Shades of Blue #0121ED
Tints of Blue #0121ED
RGB
CMYK
RGB Variations
Color information
#0121ED (or 0x0121ED) is known color: Blue. HEX triplet: 01, 21 and ED. RGB value is (1,33,237). Sum of RGB (Red+Green+Blue) = 1+33+237=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #0121ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0121ED is #FEDE12. Grayscale: #2D2D2D. Windows color (decimal): -16702995 or 15540481. OLE color: 15540481.
HSL color Cylindrical-coordinate representation of color #0121ED: hue angle of 231.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0121ED is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 33 | 237 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.07 |
| HSL | 231.86º | 0.99% | 0.47% | - |
| HSV(B) | 231.86º | 1% | 0.93% | - |
| XYZ | 15.84 | 7.21 | 80.68 | - |
| YUV | 46.69 | 235.4 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 237 | 1.00 | 0.86 | 0 | 0.07 | 231.86 | 0.99 | 0.47 |
| Hex | 1 | 21 | ED | 64 | 56 | 0 | 7 | E8 | 63 | 2F |
| Octal | 1 | 41 | 355 | 144 | 126 | 0 | 7 | 350 | 143 | 57 |
| Binary | 1 | 100001 | 11101101 | 1100100 | 1010110 | 0 | 111 | 11101000 | 1100011 | 101111 |
Color Harmonies of #0121ED
Complementary color
Monochromatic Colors of #0121ED
Black with #0121ED
Text Example
Text Example
White with #0121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121ED; }
p { color: rgb(1,33,237); }
H1.HeaderClassName
{
color: #0121ED;
}
.AnyTagClassName
{
color: #0121ED;
}
</style>
background-color css
<style>
a { background-color: #0121ED; }
a { background-color: rgb(1,33,237); }
div.DivClassName
{
background-color: #0121ED;
}
.BgClassName
{
background-color: #0121ED;
}
</style>
border-color css
<style>
span { border-color: #0121ED; }
span { border-color: rgb(1,33,237); }
td.TdClassName
{
border-color: #0121ED;
}
.TagClassName
{
border-color: #0121ED;
}
</style>