Html Css Color HEX #2007DB Medium Blue

📋 copy color: '#2007DB'

red 32 ◦ green 7 ◦ blue 219

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

Shades of Medium Blue #2007DB

Tints of Medium Blue #2007DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 12.4%
G = 2.71%
B = 84.88%

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

#2007DB (or 0x2007DB) is known color: Medium Blue. HEX triplet: 20, 07 and DB. RGB value is (32,7,219). Sum of RGB (Red+Green+Blue) = 32+7+219=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #2007DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007DB is #DFF824. Grayscale: #252525. Windows color (decimal): -14678053 or 14354208. OLE color: 14354208.

HSL color Cylindrical-coordinate representation of color #2007DB: hue angle of 247.08º degrees, saturation: 0.94, 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 #2007DB is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 7 219 -
CMYK 0.85 0.97 0 0.14
HSL 247.08º 0.94% 0.44% -
HSV(B) 247.08º 0.97% 0.86% -
XYZ 13.46 5.57 67.38 -
YUV 38.64 229.78 123.26 -
System Red Green Blue C M Y K H S L
Decimal 32 7 219 0.85 0.97 0 0.14 247.08 0.94 0.44
Hex 20 7 DB 55 61 0 E F7 5E 2C
Octal 40 7 333 125 141 0 16 367 136 54
Binary 100000 111 11011011 1010101 1100001 0 1110 11110111 1011110 101100

Color Harmonies of #2007DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007DB

Black with #2007DB

Text Example


Text Example

White with #2007DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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