#0210D1

Color #0210D1 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0210D1

Tints of Medium Blue #0210D1

Color information

#0210D1 (or 0x0210D1) is unknown color: approx Medium Blue. HEX triplet: 02, 10 and D1. RGB value is (2,16,209). Sum of RGB (Red+Green+Blue) = 2+16+209=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 209 (82.03% from 255 or 92.07% from 227); Max value from RGB is 209 - color contains mainly: blue. Hex color #0210D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210D1 is #FDEF2E. Grayscale: #212121. Windows color (decimal): -16641839 or 13701122. OLE color: 13701122.

HSL color Cylindrical-coordinate representation of color #0210D1: hue angle of 235.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210D1 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB216209-
CMYK0.990.9200.18
HSL235.94º98.1%41.37%-
HSV(B)235.94º99.04%81.96%-
XYZ11.724.9960.67-
YUV33.82226.86105.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 209 (82.03% from 255) = 92.07%
R=0.88%
G=7.05%
B=92.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2162090.990.9200.18235.9498.141.37
Hex210D1635C012ec6229
Octal22032114313402235414251
Binary10100001101000111000111011100010010111011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0210D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0210D1; }

 p { color: rgb(2,16,209); }

 H1.HeaderClassName
 {
   color: #0210D1;
 }
 .AnyTagClassName
 {
   color: #0210D1;
 }
</style>
background-color css

<style>
 a { background-color: #0210D1; }

 a { background-color: rgb(2,16,209); }

 div.DivClassName
 {
   background-color: #0210D1;
 }
 .BgClassName
 {
   background-color: #0210D1;
 }
</style>
border-color css

<style>
 span { border-color: #0210D1; }

 span { border-color: rgb(2,16,209); }

 td.TdClassName
 {
   border-color: #0210D1;
 }
 .TagClassName
 {
   border-color: #0210D1;
 }
</style>