#0708BA

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

Shades of Medium Blue #0708BA

Tints of Medium Blue #0708BA

Color information

#0708BA (or 0x0708BA) is unknown color: approx Medium Blue. HEX triplet: 07, 08 and BA. RGB value is (7,8,186). Sum of RGB (Red+Green+Blue) = 7+8+186=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #0708BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708BA is #F8F745. Grayscale: #1B1B1B. Windows color (decimal): -16316230 or 12191751. OLE color: 12191751.

HSL color Cylindrical-coordinate representation of color #0708BA: hue angle of 239.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0708BA is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78186-
CMYK0.960.9600.27
HSL239.66º92.75%37.84%-
HSV(B)239.66º96.24%72.94%-
XYZ9.043.7646.7-
YUV27.99217.17113.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 186 (73.05% from 255) = 92.54%
R=3.48%
G=3.98%
B=92.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781860.960.9600.27239.6692.7537.84
Hex78BA606001Bf05d26
Octal71027214014003336013546
Binary11110001011101011000001100000011011111100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0708BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0708BA; }

 p { color: rgb(7,8,186); }

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

<style>
 a { background-color: #0708BA; }

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

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

<style>
 span { border-color: #0708BA; }

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

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