#0710DE

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

Shades of Medium Blue #0710DE

Tints of Medium Blue #0710DE

Color information

#0710DE (or 0x0710DE) is unknown color: approx Medium Blue. HEX triplet: 07, 10 and DE. RGB value is (7,16,222). Sum of RGB (Red+Green+Blue) = 7+16+222=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #0710DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710DE is #F8EF21. Grayscale: #232323. Windows color (decimal): -16314146 or 14553095. OLE color: 14553095.

HSL color Cylindrical-coordinate representation of color #0710DE: hue angle of 237.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0710DE is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB716222-
CMYK0.970.9300.13
HSL237.49º93.89%44.9%-
HSV(B)237.49º96.85%87.06%-
XYZ13.465.6969.5-
YUV36.79232.52106.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 222 (87.11% from 255) = 90.61%
R=2.86%
G=6.53%
B=90.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7162220.970.9300.13237.4993.8944.9
Hex710DE615D0Ded5e2d
Octal72033614113501535513655
Binary11110000110111101100001101110101101111011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0710DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0710DE; }

 p { color: rgb(7,16,222); }

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

<style>
 a { background-color: #0710DE; }

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

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

<style>
 span { border-color: #0710DE; }

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

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