#0701BD

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

Shades of Medium Blue #0701BD

Tints of Medium Blue #0701BD

Color information

#0701BD (or 0x0701BD) is unknown color: approx Medium Blue. HEX triplet: 07, 01 and BD. RGB value is (7,1,189). Sum of RGB (Red+Green+Blue) = 7+1+189=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 189 (74.22% from 255 or 95.94% from 197); Max value from RGB is 189 - color contains mainly: blue. Hex color #0701BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0701BD is #F8FE42. Grayscale: #171717. Windows color (decimal): -16318019 or 12386567. OLE color: 12386567.

HSL color Cylindrical-coordinate representation of color #0701BD: hue angle of 241.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0701BD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71189-
CMYK0.960.9900.26
HSL241.91º98.95%37.25%-
HSV(B)241.91º99.47%74.12%-
XYZ9.283.7448.38-
YUV24.23220.99115.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 189 (74.22% from 255) = 95.94%
R=3.55%
G=0.51%
B=95.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711890.960.9900.26241.9198.9537.25
Hex71BD606301Af26325
Octal7127514014303236214345
Binary11111011110111000001100011011010111100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0701BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0701BD; }

 p { color: rgb(7,1,189); }

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

<style>
 a { background-color: #0701BD; }

 a { background-color: rgb(7,1,189); }

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

<style>
 span { border-color: #0701BD; }

 span { border-color: rgb(7,1,189); }

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