Shades of Blue #0021EE
Tints of Blue #0021EE
RGB
CMYK
RGB Variations
Color information
#0021EE (or 0x0021EE) is known color: Blue. HEX triplet: 00, 21 and EE. RGB value is (0,33,238). Sum of RGB (Red+Green+Blue) = 0+33+238=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #0021EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021EE is #FFDE11. Grayscale: #2D2D2D. Windows color (decimal): -16768530 or 15606016. OLE color: 15606016.
HSL color Cylindrical-coordinate representation of color #0021EE: hue angle of 231.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021EE is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 33 | 238 | - |
| CMYK | 1 | 0.86 | 0 | 0.07 |
| HSL | 231.68º | 1% | 0.47% | - |
| HSV(B) | 231.68º | 1% | 0.93% | - |
| XYZ | 15.98 | 7.26 | 81.45 | - |
| YUV | 46.5 | 236.07 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 238 | 1 | 0.86 | 0 | 0.07 | 231.68 | 1 | 0.47 |
| Hex | 0 | 21 | EE | 64 | 56 | 0 | 7 | E8 | 64 | 2F |
| Octal | 0 | 41 | 356 | 144 | 126 | 0 | 7 | 350 | 144 | 57 |
| Binary | 0 | 100001 | 11101110 | 1100100 | 1010110 | 0 | 111 | 11101000 | 1100100 | 101111 |
Color Harmonies of #0021EE
Complementary color
Monochromatic Colors of #0021EE
Black with #0021EE
Text Example
Text Example
White with #0021EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021EE; }
p { color: rgb(0,33,238); }
H1.HeaderClassName
{
color: #0021EE;
}
.AnyTagClassName
{
color: #0021EE;
}
</style>
background-color css
<style>
a { background-color: #0021EE; }
a { background-color: rgb(0,33,238); }
div.DivClassName
{
background-color: #0021EE;
}
.BgClassName
{
background-color: #0021EE;
}
</style>
border-color css
<style>
span { border-color: #0021EE; }
span { border-color: rgb(0,33,238); }
td.TdClassName
{
border-color: #0021EE;
}
.TagClassName
{
border-color: #0021EE;
}
</style>