Html Css Color HEX #2002E1 Medium Blue

📋 copy color: '#2002E1'

red 32 ◦ green 2 ◦ blue 225

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

Shades of Medium Blue #2002E1

Tints of Medium Blue #2002E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 86.87%

R = 12.36%
G = 0.77%
B = 86.87%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2002E1 (or 0x2002E1) is known color: Medium Blue. HEX triplet: 20, 02 and E1. RGB value is (32,2,225). Sum of RGB (Red+Green+Blue) = 32+2+225=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 225 (88.28% from 255 or 86.87% from 259); Max value from RGB is 225 - color contains mainly: blue. Hex color #2002E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002E1 is #DFFD1E. Grayscale: #232323. Windows color (decimal): -14679327 or 14746144. OLE color: 14746144.

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

Color convert

RGB 32 2 225 -
CMYK 0.86 0.99 0 0.12
HSL 248.07º 0.98% 0.45% -
HSV(B) 248.07º 0.99% 0.88% -
XYZ 14.21 5.79 71.6 -
YUV 36.39 234.44 124.87 -
System Red Green Blue C M Y K H S L
Decimal 32 2 225 0.86 0.99 0 0.12 248.07 0.98 0.45
Hex 20 2 E1 56 63 0 C F8 62 2D
Octal 40 2 341 126 143 0 14 370 142 55
Binary 100000 10 11100001 1010110 1100011 0 1100 11111000 1100010 101101

Color Harmonies of #2002E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002E1

Black with #2002E1

Text Example


Text Example

White with #2002E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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