#0209CA

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

Shades of Medium Blue #0209CA

Tints of Medium Blue #0209CA

Color information

#0209CA (or 0x0209CA) is unknown color: approx Medium Blue. HEX triplet: 02, 09 and CA. RGB value is (2,9,202). Sum of RGB (Red+Green+Blue) = 2+9+202=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0209CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209CA is #FDF635. Grayscale: #1C1C1C. Windows color (decimal): -16643638 or 13240578. OLE color: 13240578.

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

Color convert

RGB29202-
CMYK0.990.9600.21
HSL237.9º98.04%40%-
HSV(B)237.9º99.01%79.22%-
XYZ10.784.4756.17-
YUV28.91225.68108.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 202 (79.30% from 255) = 94.84%
R=0.94%
G=4.23%
B=94.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal292020.990.9600.21237.998.0440
Hex29CA6360015ee6228
Octal21131214314002535614250
Binary1010011100101011000111100000010101111011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0209CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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