#0704BE

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

Shades of Medium Blue #0704BE

Tints of Medium Blue #0704BE

Color information

#0704BE (or 0x0704BE) is unknown color: approx Medium Blue. HEX triplet: 07, 04 and BE. RGB value is (7,4,190). Sum of RGB (Red+Green+Blue) = 7+4+190=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 190 (74.61% from 255 or 94.53% from 201); Max value from RGB is 190 - color contains mainly: blue. Hex color #0704BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0704BE is #F8FB41. Grayscale: #191919. Windows color (decimal): -16317250 or 12452871. OLE color: 12452871.

HSL color Cylindrical-coordinate representation of color #0704BE: hue angle of 240.97º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0704BE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74190-
CMYK0.960.9800.25
HSL240.97º95.88%38.04%-
HSV(B)240.97º97.89%74.51%-
XYZ9.433.8548.96-
YUV26.1220.49114.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 190 (74.61% from 255) = 94.53%
R=3.48%
G=1.99%
B=94.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741900.960.9800.25240.9795.8838.04
Hex74BE6062019f16026
Octal7427614014203136114046
Binary1111001011111011000001100010011001111100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0704BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0704BE; }

 p { color: rgb(7,4,190); }

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

<style>
 a { background-color: #0704BE; }

 a { background-color: rgb(7,4,190); }

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

<style>
 span { border-color: #0704BE; }

 span { border-color: rgb(7,4,190); }

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