#0709CA

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

Shades of Medium Blue #0709CA

Tints of Medium Blue #0709CA

Color information

#0709CA (or 0x0709CA) is unknown color: approx Medium Blue. HEX triplet: 07, 09 and CA. RGB value is (7,9,202). Sum of RGB (Red+Green+Blue) = 7+9+202=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 202 (79.30% from 255 or 92.66% from 218); Max value from RGB is 202 - color contains mainly: blue. Hex color #0709CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0709CA is #F8F635. Grayscale: #1D1D1D. Windows color (decimal): -16315958 or 13240583. OLE color: 13240583.

HSL color Cylindrical-coordinate representation of color #0709CA: hue angle of 239.38º degrees, saturation: 0.93, 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 #0709CA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79202-
CMYK0.970.9600.21
HSL239.38º93.3%40.98%-
HSV(B)239.38º96.53%79.22%-
XYZ10.854.556.17-
YUV30.4224.84111.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 202 (79.30% from 255) = 92.66%
R=3.21%
G=4.13%
B=92.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal792020.970.9600.21239.3893.340.98
Hex79CA6160015ef5d29
Octal71131214114002535713551
Binary11110011100101011000011100000010101111011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0709CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,9,202); }

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

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

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

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

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

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

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