#0207BD

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

Shades of Medium Blue #0207BD

Tints of Medium Blue #0207BD

Color information

#0207BD (or 0x0207BD) is unknown color: approx Medium Blue. HEX triplet: 02, 07 and BD. RGB value is (2,7,189). Sum of RGB (Red+Green+Blue) = 2+7+189=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 189 (74.22% from 255 or 95.45% from 198); Max value from RGB is 189 - color contains mainly: blue. Hex color #0207BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207BD is #FDF842. Grayscale: #191919. Windows color (decimal): -16644163 or 12388098. OLE color: 12388098.

HSL color Cylindrical-coordinate representation of color #0207BD: hue angle of 238.4º degrees, saturation: 0.98, 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 #0207BD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27189-
CMYK0.990.9600.26
HSL238.4º97.91%37.45%-
HSV(B)238.4º98.94%74.12%-
XYZ9.293.8448.4-
YUV26.25219.84110.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 189 (74.22% from 255) = 95.45%
R=1.01%
G=3.54%
B=95.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271890.990.9600.26238.497.9137.45
Hex27BD636001Aee6225
Octal2727514314003235614245
Binary101111011110111000111100000011010111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0207BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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