Shades of Medium Blue #0210C4
Tints of Medium Blue #0210C4
RGB
CMYK
RGB Variations
Color information
#0210C4 (or 0x0210C4) is known color: Medium Blue. HEX triplet: 02, 10 and C4. RGB value is (2,16,196). Sum of RGB (Red+Green+Blue) = 2+16+196=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 196 (76.95% from 255 or 91.59% from 214); Max value from RGB is 196 - color contains mainly: blue. Hex color #0210C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210C4 is #FDEF3B. Grayscale: #1F1F1F. Windows color (decimal): -16641852 or 12849154. OLE color: 12849154.
HSL color Cylindrical-coordinate representation of color #0210C4: hue angle of 235.67º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210C4 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 16 | 196 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.23 |
| HSL | 235.67º | 0.98% | 0.39% | - |
| HSV(B) | 235.67º | 0.99% | 0.77% | - |
| XYZ | 10.17 | 4.37 | 52.53 | - |
| YUV | 32.33 | 220.36 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 196 | 0.99 | 0.92 | 0 | 0.23 | 235.67 | 0.98 | 0.39 |
| Hex | 2 | 10 | C4 | 63 | 5C | 0 | 17 | EC | 62 | 27 |
| Octal | 2 | 20 | 304 | 143 | 134 | 0 | 27 | 354 | 142 | 47 |
| Binary | 10 | 10000 | 11000100 | 1100011 | 1011100 | 0 | 10111 | 11101100 | 1100010 | 100111 |
Color Harmonies of #0210C4
Complementary color
Monochromatic Colors of #0210C4
Black with #0210C4
Text Example
Text Example
White with #0210C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210C4; }
p { color: rgb(2,16,196); }
H1.HeaderClassName
{
color: #0210C4;
}
.AnyTagClassName
{
color: #0210C4;
}
</style>
background-color css
<style>
a { background-color: #0210C4; }
a { background-color: rgb(2,16,196); }
div.DivClassName
{
background-color: #0210C4;
}
.BgClassName
{
background-color: #0210C4;
}
</style>
border-color css
<style>
span { border-color: #0210C4; }
span { border-color: rgb(2,16,196); }
td.TdClassName
{
border-color: #0210C4;
}
.TagClassName
{
border-color: #0210C4;
}
</style>