Html Css Color HEX #200BD5 Medium Blue

📋 copy color: '#200BD5'

red 32 ◦ green 11 ◦ blue 213

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

Shades of Medium Blue #200BD5

Tints of Medium Blue #200BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 213 (83.59% from 255) = 83.2%

R = 12.5%
G = 4.3%
B = 83.2%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#200BD5 (or 0x200BD5) is known color: Medium Blue. HEX triplet: 20, 0B and D5. RGB value is (32,11,213). Sum of RGB (Red+Green+Blue) = 32+11+213=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 213 (83.59% from 255 or 83.20% from 256); Max value from RGB is 213 - color contains mainly: blue. Hex color #200BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BD5 is #DFF42A. Grayscale: #272727. Windows color (decimal): -14677035 or 13962016. OLE color: 13962016.

HSL color Cylindrical-coordinate representation of color #200BD5: hue angle of 246.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BD5 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 11 213 -
CMYK 0.85 0.95 0 0.16
HSL 246.24º 0.9% 0.44% -
HSV(B) 246.24º 0.95% 0.84% -
XYZ 12.73 5.35 63.31 -
YUV 40.31 225.46 122.07 -
System Red Green Blue C M Y K H S L
Decimal 32 11 213 0.85 0.95 0 0.16 246.24 0.9 0.44
Hex 20 B D5 55 5F 0 10 F6 5A 2C
Octal 40 13 325 125 137 0 20 366 132 54
Binary 100000 1011 11010101 1010101 1011111 0 10000 11110110 1011010 101100

Color Harmonies of #200BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200BD5

Black with #200BD5

Text Example


Text Example

White with #200BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200BD5; }

 p { color: rgb(32,11,213); }

 H1.HeaderClassName
 {
   color: #200BD5;
 }
 .AnyTagClassName
 {
   color: #200BD5;
 }
</style>

background-color css

<style>
 a { background-color: #200BD5; }

 a { background-color: rgb(32,11,213); }

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

border-color css

<style>
 span { border-color: #200BD5; }

 span { border-color: rgb(32,11,213); }

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