#0200BD

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

Shades of Medium Blue #0200BD

Tints of Medium Blue #0200BD

Color information

#0200BD (or 0x0200BD) is unknown color: approx Medium Blue. HEX triplet: 02, 00 and BD. RGB value is (2,0,189). Sum of RGB (Red+Green+Blue) = 2+0+189=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 189 (74.22% from 255 or 98.95% from 191); Max value from RGB is 189 - color contains mainly: blue. Hex color #0200BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200BD is #FDFF42. Grayscale: #151515. Windows color (decimal): -16645955 or 12386306. OLE color: 12386306.

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

Color convert

RGB20189-
CMYK0.99100.26
HSL240.63º100%37.06%-
HSV(B)240.63º100%74.12%-
XYZ9.213.6948.37-
YUV22.14222.16113.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 98.95%
R=1.05%
G=0%
B=98.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201890.99100.26240.6310037.06
Hex20BD636401Af16425
Octal2027514314403236114445
Binary1001011110111000111100100011010111100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0200BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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