#0209CC

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

Shades of Medium Blue #0209CC

Tints of Medium Blue #0209CC

Color information

#0209CC (or 0x0209CC) is unknown color: approx Medium Blue. HEX triplet: 02, 09 and CC. RGB value is (2,9,204). Sum of RGB (Red+Green+Blue) = 2+9+204=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 204 (80.08% from 255 or 94.88% from 215); Max value from RGB is 204 - color contains mainly: blue. Hex color #0209CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209CC is #FDF633. Grayscale: #1C1C1C. Windows color (decimal): -16643636 or 13371650. OLE color: 13371650.

HSL color Cylindrical-coordinate representation of color #0209CC: hue angle of 237.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209CC is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB29204-
CMYK0.990.9600.2
HSL237.92º98.06%40.39%-
HSV(B)237.92º99.02%80%-
XYZ11.024.5757.43-
YUV29.14226.68108.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 204 (80.08% from 255) = 94.88%
R=0.93%
G=4.19%
B=94.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal292040.990.9600.2237.9298.0640.39
Hex29CC6360014ee6228
Octal21131414314002435614250
Binary1010011100110011000111100000010100111011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0209CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0209CC; }

 p { color: rgb(2,9,204); }

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

<style>
 a { background-color: #0209CC; }

 a { background-color: rgb(2,9,204); }

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

<style>
 span { border-color: #0209CC; }

 span { border-color: rgb(2,9,204); }

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