#0020d8

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

Shades of Medium Blue #0020D8

Tints of Medium Blue #0020D8

Color information

#0020D8 (or 0x0020D8) is unknown color: approx Medium Blue. HEX triplet: 00, 20 and D8. RGB value is (0,32,216). Sum of RGB (Red+Green+Blue) = 0+32+216=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 216 (84.77% from 255 or 87.10% from 248); Max value from RGB is 216 - color contains mainly: blue. Hex color #0020D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020D8 is #FFDF27. Grayscale: #2A2A2A. Windows color (decimal): -16768808 or 14163968. OLE color: 14163968.

HSL color Cylindrical-coordinate representation of color #0020D8: hue angle of 231.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020D8 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB032216-
CMYK10.8500.15
HSL231.11º100%42.35%-
HSV(B)231.11º100%84.71%-
XYZ12.915.9965.44-
YUV43.41225.497.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 216 (84.77% from 255) = 87.10%
R=0%
G=12.90%
B=87.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal03221610.8500.15231.1110042.35
Hex020D864550Fe7642a
Octal04033014412501734714452
Binary0100000110110001100100101010101111111001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0020d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0020d8; }

 p { color: rgb(0,32,216); }

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

<style>
 a { background-color: #0020d8; }

 a { background-color: rgb(0,32,216); }

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

<style>
 span { border-color: #0020d8; }

 span { border-color: rgb(0,32,216); }

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