Shades of Medium Blue #0210CC
Tints of Medium Blue #0210CC
RGB
CMYK
RGB Variations
Color information
#0210CC (or 0x0210CC) is known color: Medium Blue. HEX triplet: 02, 10 and CC. RGB value is (2,16,204). Sum of RGB (Red+Green+Blue) = 2+16+204=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 204 (80.08% from 255 or 91.89% from 222); Max value from RGB is 204 - color contains mainly: blue. Hex color #0210CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210CC is #FDEF33. Grayscale: #202020. Windows color (decimal): -16641844 or 13373442. OLE color: 13373442.
HSL color Cylindrical-coordinate representation of color #0210CC: hue angle of 235.84º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210CC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 16 | 204 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.2 |
| HSL | 235.84º | 0.98% | 0.4% | - |
| HSV(B) | 235.84º | 0.99% | 0.8% | - |
| XYZ | 11.11 | 4.74 | 57.46 | - |
| YUV | 33.25 | 224.36 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 204 | 0.99 | 0.92 | 0 | 0.2 | 235.84 | 0.98 | 0.4 |
| Hex | 2 | 10 | CC | 63 | 5C | 0 | 14 | EC | 62 | 28 |
| Octal | 2 | 20 | 314 | 143 | 134 | 0 | 24 | 354 | 142 | 50 |
| Binary | 10 | 10000 | 11001100 | 1100011 | 1011100 | 0 | 10100 | 11101100 | 1100010 | 101000 |
Color Harmonies of #0210CC
Complementary color
Monochromatic Colors of #0210CC
Black with #0210CC
Text Example
Text Example
White with #0210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210CC; }
p { color: rgb(2,16,204); }
H1.HeaderClassName
{
color: #0210CC;
}
.AnyTagClassName
{
color: #0210CC;
}
</style>
background-color css
<style>
a { background-color: #0210CC; }
a { background-color: rgb(2,16,204); }
div.DivClassName
{
background-color: #0210CC;
}
.BgClassName
{
background-color: #0210CC;
}
</style>
border-color css
<style>
span { border-color: #0210CC; }
span { border-color: rgb(2,16,204); }
td.TdClassName
{
border-color: #0210CC;
}
.TagClassName
{
border-color: #0210CC;
}
</style>