Html Css Color HEX #2004B6 Medium Blue

📋 copy color: '#2004B6'

red 32 ◦ green 4 ◦ blue 182

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

Shades of Medium Blue #2004B6

Tints of Medium Blue #2004B6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 182 (71.48% from 255) = 83.49%

R = 14.68%
G = 1.83%
B = 83.49%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2004B6 (or 0x2004B6) is known color: Medium Blue. HEX triplet: 20, 04 and B6. RGB value is (32,4,182). Sum of RGB (Red+Green+Blue) = 32+4+182=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 182 (71.48% from 255 or 83.49% from 218); Max value from RGB is 182 - color contains mainly: blue. Hex color #2004B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004B6 is #DFFB49. Grayscale: #1F1F1F. Windows color (decimal): -14678858 or 11928608. OLE color: 11928608.

HSL color Cylindrical-coordinate representation of color #2004B6: hue angle of 249.44º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004B6 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 4 182 -
CMYK 0.82 0.98 0 0.29
HSL 249.44º 0.96% 0.36% -
HSV(B) 249.44º 0.98% 0.71% -
XYZ 9.08 3.77 44.51 -
YUV 32.66 212.28 127.53 -
System Red Green Blue C M Y K H S L
Decimal 32 4 182 0.82 0.98 0 0.29 249.44 0.96 0.36
Hex 20 4 B6 52 62 0 1D F9 60 24
Octal 40 4 266 122 142 0 35 371 140 44
Binary 100000 100 10110110 1010010 1100010 0 11101 11111001 1100000 100100

Color Harmonies of #2004B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004B6

Black with #2004B6

Text Example


Text Example

White with #2004B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2004B6; }

 p { color: rgb(32,4,182); }

 H1.HeaderClassName
 {
   color: #2004B6;
 }
 .AnyTagClassName
 {
   color: #2004B6;
 }
</style>

background-color css

<style>
 a { background-color: #2004B6; }

 a { background-color: rgb(32,4,182); }

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

border-color css

<style>
 span { border-color: #2004B6; }

 span { border-color: rgb(32,4,182); }

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