#0220C9

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

Shades of Medium Blue #0220C9

Tints of Medium Blue #0220C9

Color information

#0220C9 (or 0x0220C9) is unknown color: approx Medium Blue. HEX triplet: 02, 20 and C9. RGB value is (2,32,201). Sum of RGB (Red+Green+Blue) = 2+32+201=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 201 (78.91% from 255 or 85.53% from 235); Max value from RGB is 201 - color contains mainly: blue. Hex color #0220C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220C9 is #FDDF36. Grayscale: #292929. Windows color (decimal): -16637751 or 13180930. OLE color: 13180930.

HSL color Cylindrical-coordinate representation of color #0220C9: hue angle of 230.95º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220C9 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB232201-
CMYK0.990.8400.21
HSL230.95º98.03%39.8%-
HSV(B)230.95º99%78.82%-
XYZ11.085.2655.69-
YUV42.3217.5699.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 201 (78.91% from 255) = 85.53%
R=0.85%
G=13.62%
B=85.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2322010.990.8400.21230.9598.0339.8
Hex220C96354015e76228
Octal24031114312402534714250
Binary101000001100100111000111010100010101111001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0220C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0220C9; }

 p { color: rgb(2,32,201); }

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

<style>
 a { background-color: #0220C9; }

 a { background-color: rgb(2,32,201); }

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

<style>
 span { border-color: #0220C9; }

 span { border-color: rgb(2,32,201); }

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