Html Css Color HEX #2002BD Medium Blue

📋 copy color: '#2002BD'

red 32 ◦ green 2 ◦ blue 189

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

Shades of Medium Blue #2002BD

Tints of Medium Blue #2002BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 84.75%

R = 14.35%
G = 0.9%
B = 84.75%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2002BD (or 0x2002BD) is known color: Medium Blue. HEX triplet: 20, 02 and BD. RGB value is (32,2,189). Sum of RGB (Red+Green+Blue) = 32+2+189=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #2002BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002BD is #DFFD42. Grayscale: #1F1F1F. Windows color (decimal): -14679363 or 12386848. OLE color: 12386848.

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

Color convert

RGB 32 2 189 -
CMYK 0.83 0.99 0 0.26
HSL 249.63º 0.98% 0.37% -
HSV(B) 249.63º 0.99% 0.74% -
XYZ 9.8 4.02 48.4 -
YUV 32.29 216.44 127.79 -
System Red Green Blue C M Y K H S L
Decimal 32 2 189 0.83 0.99 0 0.26 249.63 0.98 0.37
Hex 20 2 BD 53 63 0 1A FA 62 25
Octal 40 2 275 123 143 0 32 372 142 45
Binary 100000 10 10111101 1010011 1100011 0 11010 11111010 1100010 100101

Color Harmonies of #2002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002BD

Black with #2002BD

Text Example


Text Example

White with #2002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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