Html Css Color HEX #2006DB Medium Blue

📋 copy color: '#2006DB'

red 32 ◦ green 6 ◦ blue 219

#2006DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2006DB

Tints of Medium Blue #2006DB

RGB

 RED value IS 32 (12.89% from 255) = 12.45%

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 219 (85.94% from 255) = 85.21%

R = 12.45%
G = 2.33%
B = 85.21%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2006DB (or 0x2006DB) is known color: Medium Blue. HEX triplet: 20, 06 and DB. RGB value is (32,6,219). Sum of RGB (Red+Green+Blue) = 32+6+219=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #2006DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006DB is #DFF924. Grayscale: #252525. Windows color (decimal): -14678309 or 14353952. OLE color: 14353952.

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

Color convert

RGB 32 6 219 -
CMYK 0.85 0.97 0 0.14
HSL 247.32º 0.95% 0.44% -
HSV(B) 247.32º 0.97% 0.86% -
XYZ 13.45 5.55 67.38 -
YUV 38.06 230.11 123.68 -
System Red Green Blue C M Y K H S L
Decimal 32 6 219 0.85 0.97 0 0.14 247.32 0.95 0.44
Hex 20 6 DB 55 61 0 E F7 5F 2C
Octal 40 6 333 125 141 0 16 367 137 54
Binary 100000 110 11011011 1010101 1100001 0 1110 11110111 1011111 101100

Color Harmonies of #2006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2006DB

Black with #2006DB

Text Example


Text Example

White with #2006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2006DB;
 }
 .AnyTagClassName
 {
   color: #2006DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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