#0222C9

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

Shades of Medium Blue #0222C9

Tints of Medium Blue #0222C9

Color information

#0222C9 (or 0x0222C9) is unknown color: approx Medium Blue. HEX triplet: 02, 22 and C9. RGB value is (2,34,201). Sum of RGB (Red+Green+Blue) = 2+34+201=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 201 (78.91% from 255 or 84.81% from 237); Max value from RGB is 201 - color contains mainly: blue. Hex color #0222C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222C9 is #FDDD36. Grayscale: #2A2A2A. Windows color (decimal): -16637239 or 13181442. OLE color: 13181442.

HSL color Cylindrical-coordinate representation of color #0222C9: hue angle of 230.35º 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 #0222C9 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB234201-
CMYK0.990.8300.21
HSL230.35º98.03%39.8%-
HSV(B)230.35º99%78.82%-
XYZ11.145.3755.71-
YUV43.47216.998.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 201 (78.91% from 255) = 84.81%
R=0.84%
G=14.35%
B=84.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2342010.990.8300.21230.3598.0339.8
Hex222C96353015e66228
Octal24231114312302534614250
Binary101000101100100111000111010011010101111001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0222C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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