Html Css Color HEX #2002DC Medium Blue

📋 copy color: '#2002DC'

red 32 ◦ green 2 ◦ blue 220

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

Shades of Medium Blue #2002DC

Tints of Medium Blue #2002DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 220 (86.33% from 255) = 86.61%

R = 12.6%
G = 0.79%
B = 86.61%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2002DC (or 0x2002DC) is known color: Medium Blue. HEX triplet: 20, 02 and DC. RGB value is (32,2,220). Sum of RGB (Red+Green+Blue) = 32+2+220=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #2002DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002DC is #DFFD23. Grayscale: #222222. Windows color (decimal): -14679332 or 14418464. OLE color: 14418464.

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

Color convert

RGB 32 2 220 -
CMYK 0.85 0.99 0 0.14
HSL 248.26º 0.98% 0.44% -
HSV(B) 248.26º 0.99% 0.86% -
XYZ 13.54 5.52 68.06 -
YUV 35.82 231.94 125.27 -
System Red Green Blue C M Y K H S L
Decimal 32 2 220 0.85 0.99 0 0.14 248.26 0.98 0.44
Hex 20 2 DC 55 63 0 E F8 62 2C
Octal 40 2 334 125 143 0 16 370 142 54
Binary 100000 10 11011100 1010101 1100011 0 1110 11111000 1100010 101100

Color Harmonies of #2002DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002DC

Black with #2002DC

Text Example


Text Example

White with #2002DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2002DC; }

 p { color: rgb(32,2,220); }

 H1.HeaderClassName
 {
   color: #2002DC;
 }
 .AnyTagClassName
 {
   color: #2002DC;
 }
</style>

background-color css

<style>
 a { background-color: #2002DC; }

 a { background-color: rgb(32,2,220); }

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

border-color css

<style>
 span { border-color: #2002DC; }

 span { border-color: rgb(32,2,220); }

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