Shades of Medium Blue #0021CF
Tints of Medium Blue #0021CF
RGB
CMYK
RGB Variations
Color information
#0021CF (or 0x0021CF) is known color: Medium Blue. HEX triplet: 00, 21 and CF. RGB value is (0,33,207). Sum of RGB (Red+Green+Blue) = 0+33+207=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #0021CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021CF is #FFDE30. Grayscale: #2A2A2A. Windows color (decimal): -16768561 or 13574400. OLE color: 13574400.
HSL color Cylindrical-coordinate representation of color #0021CF: hue angle of 230.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021CF is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 33 | 207 | - |
| CMYK | 1 | 0.84 | 0 | 0.19 |
| HSL | 230.43º | 1% | 0.41% | - |
| HSV(B) | 230.43º | 1% | 0.81% | - |
| XYZ | 11.81 | 5.59 | 59.49 | - |
| YUV | 42.97 | 220.57 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 207 | 1 | 0.84 | 0 | 0.19 | 230.43 | 1 | 0.41 |
| Hex | 0 | 21 | CF | 64 | 54 | 0 | 13 | E6 | 64 | 29 |
| Octal | 0 | 41 | 317 | 144 | 124 | 0 | 23 | 346 | 144 | 51 |
| Binary | 0 | 100001 | 11001111 | 1100100 | 1010100 | 0 | 10011 | 11100110 | 1100100 | 101001 |
Color Harmonies of #0021CF
Complementary color
Monochromatic Colors of #0021CF
Black with #0021CF
Text Example
Text Example
White with #0021CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021CF; }
p { color: rgb(0,33,207); }
H1.HeaderClassName
{
color: #0021CF;
}
.AnyTagClassName
{
color: #0021CF;
}
</style>
background-color css
<style>
a { background-color: #0021CF; }
a { background-color: rgb(0,33,207); }
div.DivClassName
{
background-color: #0021CF;
}
.BgClassName
{
background-color: #0021CF;
}
</style>
border-color css
<style>
span { border-color: #0021CF; }
span { border-color: rgb(0,33,207); }
td.TdClassName
{
border-color: #0021CF;
}
.TagClassName
{
border-color: #0021CF;
}
</style>