Shades of Medium Blue #0210CF
Tints of Medium Blue #0210CF
RGB
CMYK
RGB Variations
Color information
#0210CF (or 0x0210CF) is known color: Medium Blue. HEX triplet: 02, 10 and CF. RGB value is (2,16,207). Sum of RGB (Red+Green+Blue) = 2+16+207=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0210CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210CF is #FDEF30. Grayscale: #202020. Windows color (decimal): -16641841 or 13570050. OLE color: 13570050.
HSL color Cylindrical-coordinate representation of color #0210CF: hue angle of 235.9º 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 #0210CF is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 16 | 207 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.19 |
| HSL | 235.9º | 0.98% | 0.41% | - |
| HSV(B) | 235.9º | 0.99% | 0.81% | - |
| XYZ | 11.47 | 4.89 | 59.37 | - |
| YUV | 33.59 | 225.86 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 207 | 0.99 | 0.92 | 0 | 0.19 | 235.9 | 0.98 | 0.41 |
| Hex | 2 | 10 | CF | 63 | 5C | 0 | 13 | EC | 62 | 29 |
| Octal | 2 | 20 | 317 | 143 | 134 | 0 | 23 | 354 | 142 | 51 |
| Binary | 10 | 10000 | 11001111 | 1100011 | 1011100 | 0 | 10011 | 11101100 | 1100010 | 101001 |
Color Harmonies of #0210CF
Complementary color
Monochromatic Colors of #0210CF
Black with #0210CF
Text Example
Text Example
White with #0210CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210CF; }
p { color: rgb(2,16,207); }
H1.HeaderClassName
{
color: #0210CF;
}
.AnyTagClassName
{
color: #0210CF;
}
</style>
background-color css
<style>
a { background-color: #0210CF; }
a { background-color: rgb(2,16,207); }
div.DivClassName
{
background-color: #0210CF;
}
.BgClassName
{
background-color: #0210CF;
}
</style>
border-color css
<style>
span { border-color: #0210CF; }
span { border-color: rgb(2,16,207); }
td.TdClassName
{
border-color: #0210CF;
}
.TagClassName
{
border-color: #0210CF;
}
</style>