#2006CA

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

Shades of Medium Blue #2006CA

Tints of Medium Blue #2006CA

Color information

#2006CA (or 0x2006CA) is unknown color: approx Medium Blue. HEX triplet: 20, 06 and CA. RGB value is (32,6,202). Sum of RGB (Red+Green+Blue) = 32+6+202=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #2006CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006CA is #DFF935. Grayscale: #232323. Windows color (decimal): -14678326 or 13239840. OLE color: 13239840.

HSL color Cylindrical-coordinate representation of color #2006CA: hue angle of 247.96º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006CA is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB326202-
CMYK0.840.9700.21
HSL247.96º94.23%40.78%-
HSV(B)247.96º97.03%79.22%-
XYZ11.324.756.19-
YUV36.12221.61125.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 202 (79.30% from 255) = 84.17%
R=13.33%
G=2.5%
B=84.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3262020.840.9700.21247.9694.2340.78
Hex206CA5461015f85e29
Octal40631212414102537013651
Binary1000001101100101010101001100001010101111110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2006CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,6,202); }

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

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

 a { background-color: rgb(32,6,202); }

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

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

 span { border-color: rgb(32,6,202); }

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