Html Css Color HEX #2002BE Medium Blue

📋 copy color: '#2002BE'

red 32 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #2002BE

Tints of Medium Blue #2002BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 84.82%

R = 14.29%
G = 0.89%
B = 84.82%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2002BE (or 0x2002BE) is known color: Medium Blue. HEX triplet: 20, 02 and BE. RGB value is (32,2,190). Sum of RGB (Red+Green+Blue) = 32+2+190=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #2002BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002BE is #DFFD41. Grayscale: #1F1F1F. Windows color (decimal): -14679362 or 12452384. OLE color: 12452384.

HSL color Cylindrical-coordinate representation of color #2002BE: hue angle of 249.57º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002BE is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 2 190 -
CMYK 0.83 0.99 0 0.25
HSL 249.57º 0.98% 0.38% -
HSV(B) 249.57º 0.99% 0.75% -
XYZ 9.91 4.07 48.98 -
YUV 32.4 216.94 127.71 -
System Red Green Blue C M Y K H S L
Decimal 32 2 190 0.83 0.99 0 0.25 249.57 0.98 0.38
Hex 20 2 BE 53 63 0 19 FA 62 26
Octal 40 2 276 123 143 0 31 372 142 46
Binary 100000 10 10111110 1010011 1100011 0 11001 11111010 1100010 100110

Color Harmonies of #2002BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002BE

Black with #2002BE

Text Example


Text Example

White with #2002BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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