#0200CA

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

Shades of Medium Blue #0200CA

Tints of Medium Blue #0200CA

Color information

#0200CA (or 0x0200CA) is unknown color: approx Medium Blue. HEX triplet: 02, 00 and CA. RGB value is (2,0,202). Sum of RGB (Red+Green+Blue) = 2+0+202=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 202 (79.30% from 255 or 99.02% from 204); Max value from RGB is 202 - color contains mainly: blue. Hex color #0200CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200CA is #FDFF35. Grayscale: #161616. Windows color (decimal): -16645942 or 13238274. OLE color: 13238274.

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

Color convert

RGB20202-
CMYK0.99100.21
HSL240.59º100%39.61%-
HSV(B)240.59º100%79.22%-
XYZ10.694.2856.14-
YUV23.63228.66112.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 99.02%
R=0.98%
G=0%
B=99.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202020.99100.21240.5910039.61
Hex20CA6364015f16428
Octal2031214314402536114450
Binary1001100101011000111100100010101111100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0200CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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