#0707c4

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

Shades of Medium Blue #0707C4

Tints of Medium Blue #0707C4

Color information

#0707C4 (or 0x0707C4) is unknown color: approx Medium Blue. HEX triplet: 07, 07 and C4. RGB value is (7,7,196). Sum of RGB (Red+Green+Blue) = 7+7+196=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 196 (76.95% from 255 or 93.33% from 210); Max value from RGB is 196 - color contains mainly: blue. Hex color #0707C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0707C4 is #F8F83B. Grayscale: #1B1B1B. Windows color (decimal): -16316476 or 12846855. OLE color: 12846855.

HSL color Cylindrical-coordinate representation of color #0707C4: hue angle of 240º 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 #0707C4 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB77196-
CMYK0.960.9600.23
HSL240º93.1%39.8%-
HSV(B)240º96.43%76.86%-
XYZ10.134.1852.5-
YUV28.55222.5112.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 196 (76.95% from 255) = 93.33%
R=3.33%
G=3.33%
B=93.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771960.960.9600.2324093.139.8
Hex77C46060017f05d28
Octal7730414014002736013550
Binary1111111100010011000001100000010111111100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0707c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0707c4; }

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

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

<style>
 a { background-color: #0707c4; }

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

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

<style>
 span { border-color: #0707c4; }

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

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