Shades of Medium Blue #0221CE
Tints of Medium Blue #0221CE
RGB
CMYK
RGB Variations
Color information
#0221CE (or 0x0221CE) is known color: Medium Blue. HEX triplet: 02, 21 and CE. RGB value is (2,33,206). Sum of RGB (Red+Green+Blue) = 2+33+206=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #0221CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221CE is #FDDE31. Grayscale: #2A2A2A. Windows color (decimal): -16637490 or 13508866. OLE color: 13508866.
HSL color Cylindrical-coordinate representation of color #0221CE: hue angle of 230.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221CE is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 33 | 206 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.19 |
| HSL | 230.88º | 0.98% | 0.41% | - |
| HSV(B) | 230.88º | 0.99% | 0.81% | - |
| XYZ | 11.71 | 5.56 | 58.85 | - |
| YUV | 43.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 206 | 0.99 | 0.84 | 0 | 0.19 | 230.88 | 0.98 | 0.41 |
| Hex | 2 | 21 | CE | 63 | 54 | 0 | 13 | E7 | 62 | 29 |
| Octal | 2 | 41 | 316 | 143 | 124 | 0 | 23 | 347 | 142 | 51 |
| Binary | 10 | 100001 | 11001110 | 1100011 | 1010100 | 0 | 10011 | 11100111 | 1100010 | 101001 |
Color Harmonies of #0221CE
Complementary color
Monochromatic Colors of #0221CE
Black with #0221CE
Text Example
Text Example
White with #0221CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221CE; }
p { color: rgb(2,33,206); }
H1.HeaderClassName
{
color: #0221CE;
}
.AnyTagClassName
{
color: #0221CE;
}
</style>
background-color css
<style>
a { background-color: #0221CE; }
a { background-color: rgb(2,33,206); }
div.DivClassName
{
background-color: #0221CE;
}
.BgClassName
{
background-color: #0221CE;
}
</style>
border-color css
<style>
span { border-color: #0221CE; }
span { border-color: rgb(2,33,206); }
td.TdClassName
{
border-color: #0221CE;
}
.TagClassName
{
border-color: #0221CE;
}
</style>