#0702C3

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

Shades of Medium Blue #0702C3

Tints of Medium Blue #0702C3

Color information

#0702C3 (or 0x0702C3) is unknown color: approx Medium Blue. HEX triplet: 07, 02 and C3. RGB value is (7,2,195). Sum of RGB (Red+Green+Blue) = 7+2+195=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 195 (76.56% from 255 or 95.59% from 204); Max value from RGB is 195 - color contains mainly: blue. Hex color #0702C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702C3 is #F8FD3C. Grayscale: #181818. Windows color (decimal): -16317757 or 12780039. OLE color: 12780039.

HSL color Cylindrical-coordinate representation of color #0702C3: hue angle of 241.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702C3 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72195-
CMYK0.960.9900.24
HSL241.55º97.97%38.63%-
HSV(B)241.55º98.97%76.47%-
XYZ9.964.0351.88-
YUV25.5223.66114.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 195 (76.56% from 255) = 95.59%
R=3.43%
G=0.98%
B=95.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721950.960.9900.24241.5597.9738.63
Hex72C36063018f26227
Octal7230314014303036214247
Binary111101100001111000001100011011000111100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0702C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0702C3; }

 p { color: rgb(7,2,195); }

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

<style>
 a { background-color: #0702C3; }

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

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

<style>
 span { border-color: #0702C3; }

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

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