#0710C9

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

Shades of Medium Blue #0710C9

Tints of Medium Blue #0710C9

Color information

#0710C9 (or 0x0710C9) is unknown color: approx Medium Blue. HEX triplet: 07, 10 and C9. RGB value is (7,16,201). Sum of RGB (Red+Green+Blue) = 7+16+201=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 201 (78.91% from 255 or 89.73% from 224); Max value from RGB is 201 - color contains mainly: blue. Hex color #0710C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710C9 is #F8EF36. Grayscale: #212121. Windows color (decimal): -16314167 or 13176839. OLE color: 13176839.

HSL color Cylindrical-coordinate representation of color #0710C9: hue angle of 237.22º 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 #0710C9 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB716201-
CMYK0.970.9200.21
HSL237.22º93.27%40.78%-
HSV(B)237.22º96.52%78.82%-
XYZ10.824.6355.58-
YUV34.4222.02108.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.12%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 201 (78.91% from 255) = 89.73%
R=3.12%
G=7.14%
B=89.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7162010.970.9200.21237.2293.2740.78
Hex710C9615C015ed5d29
Octal72031114113402535513551
Binary111100001100100111000011011100010101111011011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0710C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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