#0201D4

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

Shades of Medium Blue #0201D4

Tints of Medium Blue #0201D4

Color information

#0201D4 (or 0x0201D4) is unknown color: approx Medium Blue. HEX triplet: 02, 01 and D4. RGB value is (2,1,212). Sum of RGB (Red+Green+Blue) = 2+1+212=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 212 (83.20% from 255 or 98.60% from 215); Max value from RGB is 212 - color contains mainly: blue. Hex color #0201D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0201D4 is #FDFE2B. Grayscale: #181818. Windows color (decimal): -16645676 or 13893890. OLE color: 13893890.

HSL color Cylindrical-coordinate representation of color #0201D4: hue angle of 240.28º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0201D4 is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21212-
CMYK0.991.0000.17
HSL240.28º99.06%41.76%-
HSV(B)240.28º99.53%83.14%-
XYZ11.924.7962.58-
YUV25.35233.33111.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 212 (83.20% from 255) = 98.60%
R=0.93%
G=0.47%
B=98.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212120.991.0000.17240.2899.0641.76
Hex21D46364011f0632a
Octal2132414314402136014352
Binary1011101010011000111100100010001111100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0201D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0201D4; }

 p { color: rgb(2,1,212); }

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

<style>
 a { background-color: #0201D4; }

 a { background-color: rgb(2,1,212); }

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

<style>
 span { border-color: #0201D4; }

 span { border-color: rgb(2,1,212); }

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