Shades of Medium Blue #0221CF
Tints of Medium Blue #0221CF
RGB
CMYK
RGB Variations
Color information
#0221CF (or 0x0221CF) is known color: Medium Blue. HEX triplet: 02, 21 and CF. RGB value is (2,33,207). Sum of RGB (Red+Green+Blue) = 2+33+207=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #0221CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221CF is #FDDE30. Grayscale: #2A2A2A. Windows color (decimal): -16637489 or 13574402. OLE color: 13574402.
HSL color Cylindrical-coordinate representation of color #0221CF: hue angle of 230.93º 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 #0221CF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 33 | 207 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.19 |
| HSL | 230.93º | 0.98% | 0.41% | - |
| HSV(B) | 230.93º | 0.99% | 0.81% | - |
| XYZ | 11.83 | 5.61 | 59.49 | - |
| YUV | 43.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 207 | 0.99 | 0.84 | 0 | 0.19 | 230.93 | 0.98 | 0.41 |
| Hex | 2 | 21 | CF | 63 | 54 | 0 | 13 | E7 | 62 | 29 |
| Octal | 2 | 41 | 317 | 143 | 124 | 0 | 23 | 347 | 142 | 51 |
| Binary | 10 | 100001 | 11001111 | 1100011 | 1010100 | 0 | 10011 | 11100111 | 1100010 | 101001 |
Color Harmonies of #0221CF
Complementary color
Monochromatic Colors of #0221CF
Black with #0221CF
Text Example
Text Example
White with #0221CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221CF; }
p { color: rgb(2,33,207); }
H1.HeaderClassName
{
color: #0221CF;
}
.AnyTagClassName
{
color: #0221CF;
}
</style>
background-color css
<style>
a { background-color: #0221CF; }
a { background-color: rgb(2,33,207); }
div.DivClassName
{
background-color: #0221CF;
}
.BgClassName
{
background-color: #0221CF;
}
</style>
border-color css
<style>
span { border-color: #0221CF; }
span { border-color: rgb(2,33,207); }
td.TdClassName
{
border-color: #0221CF;
}
.TagClassName
{
border-color: #0221CF;
}
</style>