#1020DB

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

Shades of Medium Blue #1020DB

Tints of Medium Blue #1020DB

Color information

#1020DB (or 0x1020DB) is unknown color: approx Medium Blue. HEX triplet: 10, 20 and DB. RGB value is (16,32,219). Sum of RGB (Red+Green+Blue) = 16+32+219=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #1020DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1020DB is #EFDF24. Grayscale: #2F2F2F. Windows color (decimal): -15720229 or 14360592. OLE color: 14360592.

HSL color Cylindrical-coordinate representation of color #1020DB: hue angle of 235.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1020DB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1632219-
CMYK0.930.8500.14
HSL235.27º86.38%46.08%-
HSV(B)235.27º92.69%85.88%-
XYZ13.526.2667.51-
YUV48.53224.2104.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 219 (85.94% from 255) = 82.02%
R=5.99%
G=11.99%
B=82.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16322190.930.8500.14235.2786.3846.08
Hex1020DB5D550Eeb562e
Octal204033313512501635312656
Binary10000100000110110111011101101010101110111010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1020DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1020DB; }

 p { color: rgb(16,32,219); }

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

<style>
 a { background-color: #1020DB; }

 a { background-color: rgb(16,32,219); }

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

<style>
 span { border-color: #1020DB; }

 span { border-color: rgb(16,32,219); }

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