Html Css Color HEX #2006D0 Medium Blue

📋 copy color: '#2006D0'

red 32 ◦ green 6 ◦ blue 208

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

Shades of Medium Blue #2006D0

Tints of Medium Blue #2006D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 84.55%

R = 13.01%
G = 2.44%
B = 84.55%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2006D0 (or 0x2006D0) is known color: Medium Blue. HEX triplet: 20, 06 and D0. RGB value is (32,6,208). Sum of RGB (Red+Green+Blue) = 32+6+208=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 208 (81.64% from 255 or 84.55% from 246); Max value from RGB is 208 - color contains mainly: blue. Hex color #2006D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006D0 is #DFF92F. Grayscale: #242424. Windows color (decimal): -14678320 or 13633056. OLE color: 13633056.

HSL color Cylindrical-coordinate representation of color #2006D0: hue angle of 247.72º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006D0 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 6 208 -
CMYK 0.85 0.97 0 0.18
HSL 247.72º 0.94% 0.42% -
HSV(B) 247.72º 0.97% 0.82% -
XYZ 12.05 4.99 60 -
YUV 36.8 224.61 124.57 -
System Red Green Blue C M Y K H S L
Decimal 32 6 208 0.85 0.97 0 0.18 247.72 0.94 0.42
Hex 20 6 D0 55 61 0 12 F8 5E 2A
Octal 40 6 320 125 141 0 22 370 136 52
Binary 100000 110 11010000 1010101 1100001 0 10010 11111000 1011110 101010

Color Harmonies of #2006D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2006D0

Black with #2006D0

Text Example


Text Example

White with #2006D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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