#0208BD

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

Shades of Medium Blue #0208BD

Tints of Medium Blue #0208BD

Color information

#0208BD (or 0x0208BD) is unknown color: approx Medium Blue. HEX triplet: 02, 08 and BD. RGB value is (2,8,189). Sum of RGB (Red+Green+Blue) = 2+8+189=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 189 (74.22% from 255 or 94.97% from 199); Max value from RGB is 189 - color contains mainly: blue. Hex color #0208BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0208BD is #FDF742. Grayscale: #1A1A1A. Windows color (decimal): -16643907 or 12388354. OLE color: 12388354.

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

Color convert

RGB28189-
CMYK0.990.9600.26
HSL238.07º97.91%37.45%-
HSV(B)238.07º98.94%74.12%-
XYZ9.33.8648.4-
YUV26.84219.51110.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 189 (74.22% from 255) = 94.97%
R=1.01%
G=4.02%
B=94.97%

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
Decimal281890.990.9600.26238.0797.9137.45
Hex28BD636001Aee6225
Octal21027514314003235614245
Binary1010001011110111000111100000011010111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0208BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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