Shades of Blue #0021ED
Tints of Blue #0021ED
RGB
CMYK
RGB Variations
Color information
#0021ED (or 0x0021ED) is known color: Blue. HEX triplet: 00, 21 and ED. RGB value is (0,33,237). Sum of RGB (Red+Green+Blue) = 0+33+237=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 237 (92.97% from 255 or 87.78% from 270); Max value from RGB is 237 - color contains mainly: blue. Hex color #0021ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021ED is #FFDE12. Grayscale: #2D2D2D. Windows color (decimal): -16768531 or 15540480. OLE color: 15540480.
HSL color Cylindrical-coordinate representation of color #0021ED: hue angle of 231.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021ED is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 33 | 237 | - |
| CMYK | 1 | 0.86 | 0 | 0.07 |
| HSL | 231.65º | 1% | 0.46% | - |
| HSV(B) | 231.65º | 1% | 0.93% | - |
| XYZ | 15.83 | 7.2 | 80.68 | - |
| YUV | 46.39 | 235.57 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 237 | 1 | 0.86 | 0 | 0.07 | 231.65 | 1 | 0.46 |
| Hex | 0 | 21 | ED | 64 | 56 | 0 | 7 | E8 | 64 | 2E |
| Octal | 0 | 41 | 355 | 144 | 126 | 0 | 7 | 350 | 144 | 56 |
| Binary | 0 | 100001 | 11101101 | 1100100 | 1010110 | 0 | 111 | 11101000 | 1100100 | 101110 |
Color Harmonies of #0021ED
Complementary color
Monochromatic Colors of #0021ED
Black with #0021ED
Text Example
Text Example
White with #0021ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021ED; }
p { color: rgb(0,33,237); }
H1.HeaderClassName
{
color: #0021ED;
}
.AnyTagClassName
{
color: #0021ED;
}
</style>
background-color css
<style>
a { background-color: #0021ED; }
a { background-color: rgb(0,33,237); }
div.DivClassName
{
background-color: #0021ED;
}
.BgClassName
{
background-color: #0021ED;
}
</style>
border-color css
<style>
span { border-color: #0021ED; }
span { border-color: rgb(0,33,237); }
td.TdClassName
{
border-color: #0021ED;
}
.TagClassName
{
border-color: #0021ED;
}
</style>