#0208BB

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

Shades of Medium Blue #0208BB

Tints of Medium Blue #0208BB

Color information

#0208BB (or 0x0208BB) is unknown color: approx Medium Blue. HEX triplet: 02, 08 and BB. RGB value is (2,8,187). Sum of RGB (Red+Green+Blue) = 2+8+187=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 187 (73.44% from 255 or 94.92% from 197); Max value from RGB is 187 - color contains mainly: blue. Hex color #0208BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0208BB is #FDF744. Grayscale: #191919. Windows color (decimal): -16643909 or 12257282. OLE color: 12257282.

HSL color Cylindrical-coordinate representation of color #0208BB: hue angle of 238.05º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0208BB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB28187-
CMYK0.990.9600.27
HSL238.05º97.88%37.06%-
HSV(B)238.05º98.93%73.33%-
XYZ9.083.7747.26-
YUV26.61218.51110.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 187 (73.44% from 255) = 94.92%
R=1.02%
G=4.06%
B=94.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281870.990.9600.27238.0597.8837.06
Hex28BB636001Bee6225
Octal21027314314003335614245
Binary1010001011101111000111100000011011111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0208BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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