#2007C4

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

Shades of Medium Blue #2007C4

Tints of Medium Blue #2007C4

Color information

#2007C4 (or 0x2007C4) is unknown color: approx Medium Blue. HEX triplet: 20, 07 and C4. RGB value is (32,7,196). Sum of RGB (Red+Green+Blue) = 32+7+196=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 196 (76.95% from 255 or 83.40% from 235); Max value from RGB is 196 - color contains mainly: blue. Hex color #2007C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007C4 is #DFF83B. Grayscale: #232323. Windows color (decimal): -14678076 or 12846880. OLE color: 12846880.

HSL color Cylindrical-coordinate representation of color #2007C4: hue angle of 247.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007C4 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB327196-
CMYK0.840.9600.23
HSL247.94º93.1%39.8%-
HSV(B)247.94º96.43%76.86%-
XYZ10.644.4452.52-
YUV36.02218.28125.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 196 (76.95% from 255) = 83.40%
R=13.62%
G=2.98%
B=83.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3271960.840.9600.23247.9493.139.8
Hex207C45460017f85d28
Octal40730412414002737013550
Binary1000001111100010010101001100000010111111110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2007C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2007C4; }

 p { color: rgb(32,7,196); }

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

<style>
 a { background-color: #2007C4; }

 a { background-color: rgb(32,7,196); }

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

<style>
 span { border-color: #2007C4; }

 span { border-color: rgb(32,7,196); }

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